-
CSS Font size in IE Mac
Hi Everybody
I have a strange happening with IE Mac :) strange! In a CSS I define the body font as small and use precentages for different font sizes, using html 4.01 transitional as Doctype. Now in all other browsers I get kind of the same results expext in IE Mac, there the fonts are all being displayed bigger. Once I change the Doctyp to xhtml also IE Mac display's the font size kind of similar to all other browsers. Is it really possible that using HTML Font sizes and precentage does only work properly in xhtml?
thanks in advance!
-
The following link shows some bugs in IE 5 Mac. It also mentions font size set on the body tag. I'm not sure if this is what you're looking for, but here it is anyway ;):
http://www.l-c-n.com/IE5tests/misc/
-
Hi
CadmiumNL
thanks I guess thats it.