From: "skip evans" <[EMAIL PROTECTED]>

> <li style="background: #000000 !important;">item</li>
-----------------------------------------------------------------------
Hi Skip
Put the inline style inside the A tag instead of the LI tag as you did.

<li><a href="#" style="background: #000000;">current item</a></li>

OR

Set a class for the different link and define its style in the style sheet:

<li><a href="#" class="current">current item</a></li>

ul li a.current {background: #000000;}


MaurĂ­cio Samy Silva
http://www.maujor.com/ 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to