I am working on using only an IE site and making it a cross browser. Everything looks good in IE, Chrome and Safari. However, Firefox is not happy.
I have a table class called "datatable", as this name indicates a data type. I am trying to make it stretch to 100% of the width of the div it contains. Div is above 100%. When I use firebug to test it, the table is stretched to 100%. However, the one that Firefox generates does not stretch to 100%. Therefore, because of this, the rows in the table are smaller than tbody. So I have no idea how to fix this. I tried
tbody{width:100%;}and did nothing.
Any ideas that I would really appreciate.
source
share