Eystein Mack Alnæs wrote:
> http://www.eystein.no/vimenn/

> Each of the buttons in the left column menu are getting some hefty 
> bottom-padding in IE5/Win only. Anyone know why?

The usual suspect - lack of a 'hasLayout'[1] trigger.

Cure:
@media screen {
* html ul#navlist li {height: 0;}
}
...with an @media wrapper to keep IE/Mac from seeing it.
Tested on IE5.0/win2K-pro.

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
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to