Some of the code that was supposed to standardize font sizes across all browsers needs to be double checked. Font sizes (other than the standardization stuff) should be specified in % (rather than em or px).
Some of the code that was supposed to standardize font sizes across all browsers needs to be double checked. Font sizes (other than the standardization stuff) should be specified in % (rather than em or px).
Comments
Comment #1
jjeff commentedfixed.
Comment #2
zirafa commentedI don't quite understand this. I thought it was fine before. Before font sizes were more standard across browsers, now in IE 6 Win XP the font size is too large.
Comment #3
jjeff commentedhttp://developer.yahoo.com/yui/fonts/
Comment #4
zirafa commentedThanks for the link! I'm not sure why it doesn't seem to work for me. Does it work for others?
Comment #5
jjeff commentedI don't know that it's fully tested yet. Perhaps we missed something that affects IE.
Comment #6
zirafa commentedI have heard that IE does not respect %'s very well, sometimes em, and always px (although it breaks resizing in IE).
Comment #7
jjeff commentedHmmm... Well I have to admit that I'm following Yahoo in a relatively blind manner.
They say:
Maybe they're on crack. Will have to do some more research.
Comment #8
zirafa commentedAfter some more research, I think percentages is probably the best way to go. I think the magic number is to set the body at 76%. Marking this fixed.
Comment #9
zirafa commentedHuh...Jeff how come the changes you made have px fonts then?
Comment #10
jjeff commentedThe only font-size px declaration should be at the top where we essentially set the "root" font size. Other than that I think it's a bug.
Comment #11
jjeff commentedThe only pixel declaration is the 'body'. This is as it should be. All other font sizing is percentage based on the 13 pixel starting point.
Comment #12
zirafa commentedSounds good. I think it could have been something specific to my computer setup.
Comment #13
(not verified) commented