adamq wrote:
> ...
> Because IE 6 and earlier does not support the first-child element,
> the books recommends to apply a class to the list item to remove the
> background image in these browsers. Using conditional comments to
> apply this workaround seems best, but I cannot figure out why the
> background still appears in IE6 and earlier. T he rule in my
> conditional comments style sheet is:
> 
> #breadcrumbs #list-first { background: none; }
> 
> I think I also tried just #list-first, as well as a class,
> .list-first. The conditional comments is linked AFTER my main style
> sheet.
> 
> URL:
> http://home.comcast.net/~adamq/chapter5/breadcrumb-navigation/breadcrumbs.html
> 
> 
There is no bg image visible on the first LI in a native IE6 install, 
and tracing the stile shows that IE6 applies the above fix. I
think the problem is how you test in IE6.

Ingo

-- 
http://www.satzansatz.de/css.html
http://www.dolphinsback.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to