Suzanne Bernard wrote:
> I'd appreciate it if anyone who has time could look at
> http://www.nycss.org/ and tell me why the font sizes are so different
> in IE6 and Firefox.

It wouldn't surprise me if the doctype declaration throws IE6 off - back 
into quirks mode.

You have:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"
  "http://www.w3.org/TR/html4.01/strict.dtd";>

The correct would be:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict //EN"
"http://www.w3.org/TR/html4/strict.dtd";>

Here and/or somewhere in the seemingly low source-code quality...
<http://validator.w3.org/check?uri=http://www.nycss.org/>
...is probably where you'll find the cause for differences.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to