> 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%. Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
