I am a newbie to drop down menus and have downloaded the Any Link script to play around with. Everything seems fine but I really want to remove all underlines from the links. I've sussed out how to remove them from the top level menu and also how to remove them from the 2nd level mouseover by adding a "text-decoration: none;" instruction to the a:hover section (see below)
#dropmenudiv a:hover{
background-color: white;
text-decoration: none;
}
However I can't seem to find a way to remove the underline in the mouse-out state. I've posted a test page at this URL:
http://www.parentingwestlothian.org.uk/menu_test.htm
Grateful for any help please.



Reply With Quote

Bookmarks