Chris C wrote:
> This very, very basic layout looks fine in firefox, but the "order 
> list" defined as a CSS style inserts massive breaks in-between each 
> list item in IE? I was just curious if anyone could see off hand what
>  the issue is?

> http://rideaubuslines.lead2gold.org

It's IE/win's whitespace bug.

Give the right element a 'hasLayout'[1] trigger, and IE will render
alright without any further help.

This addition will do:

#leftnav ol li a {height: 1%;}

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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