Hi,
On the page,
http://ixlr8.org/newacting

In the 1st level rightnav's definition you see:
*******************************************
     <li class="expanded">
     <a href="special_cultural" title="">
    <span class="lw1">Special Cultural Programs</span>
    </a>
     </li>

(Applying that ".lw1" class to all list items was The Drupal CMS' decision,
not mine)

******************************************************

I'd like that <li class="expanded"> to appear like so:
{
        background-color:#dd9c00;
        background-attachment: scroll;
        background-image: url(images/rightnav_downarrow_sharp.gif);
        background-repeat: no-repeat;
        background-position: 155px center;
        color:#ffffff;
}
However, the .lw1 span overrides any definition I give to .expanded. Not
only that, but because the .lw1 span is applied to all <LI>'s, any
redefinition of it affects every other righnav <LI> as well. This I don't
want.

To isolate that one pesky <LI>, I've tried:

#anothernav ul li a.expanded,#anothernav ul li a expanded.lw1...and so
forth, but whatever may be the right way of expressing this item's place in
the style cascade, I haven't hit on it. Any suggestions?

Thanks!
Jim


______________________________________________________________________
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