Jim,

On Jan 18, 2006, at 7:32 PM, Jim Ryan wrote:

> 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>
> ******************************************************
>
> I'd like that <li class="expanded"> to appear like so:
> {
>       <snip>
> }
> However, the .lw1 span overrides any definition I give to .expanded.

The selectoracle can help with these kind of cases.  Remember that the 
selector needs to reflect the structure of the html.  Try something 
like:

#anothernav li.expanded a span.lw1 {
        color:#ffffff;
        background: #dd9c00 url(images/rightnav_downarrow_sharp.gif) no-repeat 
155px 50%;
}

hth
-- 
Roger Roelofs

______________________________________________________________________
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