
Originally Posted by
Vertcnc
You made a mistake with the way you commented/un-commented the stylesheet_header_menu.css. Here's how it should look from the top to the blue:
Code:
body {
behavior: url(includes/csshover.htc);
}
/*green
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #4f4f4f!important;background:#D5E88F;}*/
/*blue */
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#6C99D9;}
Bookmarks