Yup. That did the background properly,

but it turned off the hover cover from the list.

That's what I'm trying to solve now.

Perhaps a class will do that.

Thanks!
Skip

Mauricio Samy Silva wrote:
> 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/
> 
> 

-- 
Skip Evans
Big Sky Penguin
61 W Broadway
Butte, Montana 59701
=-=-=-=-=-=-=-=-=-=-
Check out PHPenguin, a versatile and lightweight
code base for developing PHP/MySQL applications.
phpenguin.bigksypenguin.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