View Single Post
  #11 (permalink)  
Old Sep 13th, 2006, 13:51
masonbarge's Avatar
masonbarge masonbarge is offline
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Best way to define font size?

If you have a complex design that breaks when font size changes, you'll want to use px for font-size. IE has reserved this measure not to change when the browser "view" is used to increase/decrease text size.

Ems are really nice to keep design from breaking, as long as you use them for vertical box element measurements.

I wouldn't advise anyone except an advanced css user to use %. The inheritance rules are just one more variable to mess you up.
Reply With Quote