View Single Post
Old 10-07-2012, 01:03 AM   PM User | #9
waxdoc
Regular Coder

 
Join Date: Jul 2008
Posts: 155
Thanks: 9
Thanked 13 Times in 13 Posts
waxdoc is an unknown quantity at this point
em for Web fonts

Don't know if this might impact your menu, but think EM is a better unit of measurement for fonts on the Web

See for instance http://www.w3schools.com/cssref/css_units.asp

Quote:
em
1em is equal to the current font size. 2em means 2 times the size of the current font. E.g., if an element is displayed with a font of 12 pt, then '2em' is 24 pt. The 'em' is a very useful unit in CSS, since it can adapt automatically to the font that the reader uses
waxdoc is offline   Reply With Quote