CSS font-size in IE Tables
March 17th, 2009I’ve had this problem in many pages where the CSS font-size is not in inherited in IE tables. It turns out the fix is very easy, just add this one declaration to the table style rule.
font-size: 1em;
I’d like to thank the site below for the solution
Reference: http://shapeshed.com/journal/css_font_size_not_inherited_in_ie_tables/