CSS only control of TH Column width
CSS only control of TH Column width

WE are using jquery datatables to bring in dynamic data. There are three datatables... only one had a sort and one has scrolling..
The jquery scrollilng did not work for us, as I needed to remove the scroll for the print version. Also It looked awful in firefox and a few other issues seemed to spring up within our environment
I turned off the feature and now I am using a CSS version of the scroll independent of this framework. I find that Firebug tells me that there is an inline style controlling the width of the Thead th especially in Firefox creating havoc in my styling.
How can I completely remove any inline styling to allow this to be completely controlled by an external css.
The jquery scrollilng did not work for us, as I needed to remove the scroll for the print version. Also It looked awful in firefox and a few other issues seemed to spring up within our environment
I turned off the feature and now I am using a CSS version of the scroll independent of this framework. I find that Firebug tells me that there is an inline style controlling the width of the Thead th especially in Firefox creating havoc in my styling.
How can I completely remove any inline styling to allow this to be completely controlled by an external css.
This discussion has been closed.