[thelist] IE6 nested list problem

Gunlaug Sørtun gunlaugs at c2i.net
Wed May 18 14:47:21 CDT 2005


Joel Konkle-Parker wrote:
> http://ballsome.org/testcase.html
> 
> The page consists of two sets of nested lists in <ul><li><ul><li> form. The
> second set has a border applied to the second <li>, while the first set does
> not. In IE6, this causes the first set to contain an extra line of space, for
> unknown reasons. Firefox displays it as it should.
> 
> I'm sure this has come up before... what's the normal workaround for this
> problem?

IE need a "HasLayout" trigger.

li {_height: 0;}
...covering both li in the first list, will fix it.

regards
	Georg
-- 
http://www.gunlaug.no


More information about the thelist mailing list