Thanks! Yes, font size in px in the body tag is the only way to make it work.
em only (width)- I forgot the correct link in my original post. http://greensho.nexcess.net/em-vs-px/em-width2.html It has nothing to do with Corbel font. font: normal 16px/1.5em Arial, sans-serif http://greensho.nexcess.net/em-vs-px/em-width3.html font: normal 100%/1.5em Arial, sans-serif http://greensho.nexcess.net/em-vs-px/em-width4.html font: normal 1em/1.5em Arial, sans-serif http://greensho.nexcess.net/em-vs-px/em-width5.html Anybody has a Safari 4 to test on? tee On Jul 29, 2010, at 11:55 AM, Kepler Gelotte wrote: >> It's been quite a while I have to do a site using EM unit for the layout >> width (with max/min-widths treatment), I am getting a shrunk page in >> Safari. > > I see the same problem you mentioned in both safari on windows as well as > safari on the mac. > > It appears that safari does not equate font-size: 100% == 16px; > > Set your font-size to 16px instead of 100.1% and the width will be fixed. > Modern browsers will still be able to resize the font, but for IE you may > want to have a conditional comment and change the font-size back to 100.1%. > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
