Forum Moderators: not2easy

Message Too Old, No Replies

Added Doctype and now Font Sizes differnt between IE and Firefox

Trying to get Font Sizes identical or close between Firefox and IE

         

lgn1

3:49 am on Jul 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



My text inside of tables, which were controlled by percentage font sizes in a cascading style sheet, were close if not identical between firefox and IE 6.

I then added a DOCTYPE of HTML 4.01 transitional.

My understanding is that this causes IE 6 to go from Quirks mode to standard mode.

Now that I am in standard mode, how do I get FF and IE6 to display the same font size (or close) within tables?

I have tried everything with no luck.

4css

2:54 pm on Jul 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



place the following in your styles:
html, body {font-size: 100.01%;}

This should help!