L. Robinson wrote:
> I have a tree menu in place which is suddenly behaving very oddly in
> IE6 only. The li background icons refuse to show up until hover, then
> seem to appear and disappear at will.

> http://beta.consupro.net/products/default.asp?Content=Products

IE6 needs the usual 'hasLayout'[1] trigger on those list-items.

Add...
#nav ul li {height: 1%;}
...and the background will stabilize.

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
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