loster Posted August 23, 2010 Share Posted August 23, 2010 - Hi, I found the below code and was looking to use it unless anyone in here happened to have anything better. We are looking to make our menu "highlight" when dragged over instead of just "underline" the hyperlink when dragged over. In case you want to take a look at what I am talking about, you can see our menus here http://www.sunera.com/. Just trying to bring this site into the year 2000 from the 90s. Thanks, ul.SimpleMenu2 { list-style-type: none; margin-left: 0px; padding-left: 0px; } ul.SimpleMenu2 li { background-color: #C0C0C0; border-style: outset; border-width: 1px } ul.SimpleMenu2 li a { display: block; width: 8em; text-decoration: none } ul.SimpleMenu2 li a:hover { background-color: #D0D0D0 } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.