> I am displaying a list with a background color, changing to a 
> different color
> on the 4th list item.  I am doing it thus:
> 
> #Nav li+li+li+li {
>   background-color: #9ddffb;
> }
> 
> This does not work ni IE.  Is there any workaround for this 
> so that it will
> work for IE, or am I just out of luck?

george

Try

#Nav ul li ul li ul li ul li {
        background-color: #9ddffb;
}

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