Previous Message
Next Message

format the Hover Effect in a List Menu

Sent by Mauricio Samy Silva on 11 May 2007 16:04


From: [EMAIL-REMOVED]>

> What is the best way to format the Hover Effect in a List Menu without
> affecting other links on the page?
> Thanks Ahead of time for your help...
> Kindest Regards,
> Rich
---------------------------------------------------------------------------
Not only for hover but for all styles, target the element with a very 
specific selector.
Something like:
ul#menu li a:hover {rules CSS}

where #menu is the ID for the UL element that encloses the List Menu.
< ul id="menu">
< li>< a href="..." ...>Link< /a>< /li>
.....
< /ul>

Regards,
Maurício Samy Silva
http://www.maujor.com/ 

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: