How can I make this happen for Drop Menu without it effecting other things? I lost the graphic for navigation.png when I did this, and it had no effect on removing the link underlines in the sub menu items.
<style type=”text/css”> a { text-decoration:none } </style>
Thanks,
-john
Wow thats vague.
Try a:hover, a:active, a:focus {text-decoration:none;}
Usually its best to prepend the a link with the menu class like menu a:hover{}
Put it in this block?
.dropmenu li a:hover, .dropmenu li.open > a{ color: #0657AD; background: #FFFFFF url(“gradient.png”) repeat-x scroll 0 0; }
