Yes! This did the whole shebang!
Much thanks everyone!!!
Mauricio Samy Silva wrote:
> From: "skip evans" <[EMAIL PROTECTED]>
>
> ...but it turned off the hover cover from the list.
> -------------------------------------------------------------------
> Hi Skip
> Assuming that you get the "class solution"
>
> <li><a href="#" class="current">current item</a></li>
> ul li a.current {background: #000000;}
>
> Now add the the following to your CSS in order to call back the hover state
> for the current class:
>
> .menu a:hover, .menu a.current:hover {
> actual rules
> }
>
> 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/