> Your original problem was that this selector was not sufficiently
> specific to override your other declarations for the anchor. I am
> suggesting that your content management system should generate
> something like this, instead:
>
> <li><a href="about" id="active"
> id="menu_about"><span>About</span></a></li>
>
> Note we have just changed the class="active" to id="active". Your
> global CSS file would then include something like this:
>
> ul li a#active {background-color: foo;}
One note about this: now he has two IDs instead of one ID and one
class.
______________________________________________________________________
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/