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/

Reply via email to