Tim Arnold wrote: > Sorry! I accidentally posted this as a reply to another question > yesterday. So here I go again! > > When I use "float: left;" to render an unordered list horzontally, it > picks up the parent divs background image after scrolling in IE6 > (version 6.0.2900.2180). When I switch to "display: inline;" on the > <li>s the background issue goes away.
Not sure if this will help, but: /* "1 Point Smith Manoeuvre"... */ /* http://positioniseverything.net/explorer/ie-listbug.html */ /* Fixes disappearing list backgrounds: */ ul, ol, dl { position: relative; } Hth, Cheers, Micky ______________________________________________________________________ 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/
