Bill Stemp wrote:

I have just re-written a site, which previously used tables for layout. The new version is purely CSS-driven. The site has only been tested in FF, NS, IE and Opera (latest versions of each). I would appreciate any info regarding how the site works. I am especially interested to know how it works in older browsers and Mac browsers. http://www.leschambres.co.za/newsite/index.htm

Bill,
Declaring a font-size set in percent on the body may prevent it from breaking in IE at font size 'largest.' (yet another 'evil one' bug).
body { font-size: 100.01%;}
Need percent on body when using em's in IE.
Best,
~dL

--
David Laakso
http://www.dlaakso.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to