1) Script Title: Smooth Navigational Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm
3) Describe problem: I'd like to change the background color of the submenu tab only.
1) Script Title: Smooth Navigational Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm
3) Describe problem: I'd like to change the background color of the submenu tab only.
try this
Code:/* Sub level menu links style */ .ddsmoothmenu ul li ul li a{ font: normal 13px Verdana; width: 160px; /*width of sub menus*/ padding: 5px; margin: 0; border-top-width: 0; border-bottom: 1px solid gray; background: orange; }
i'm using the vertical menu (ddsmoothmenu-v.css)
tried adding "background:color;" to the below section. however it's not working.
/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 190px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}
I think this could do it in the vertical menu
Code:.ddsmoothmenu-v ul li ul li a { background: red !important; }
That did the trick.....thanks a bunch.
Bookmarks