1) Script Title: DDSmoothMenu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm
3) Describe problem: I have the menu installed and working, but would like to add a border between each element in the submenu which pops out.
I have removed the shadow and added a border around the entire submenu here: https://www.gidgetsclothing.com/test.html
I was able to get a border to appear between each element by adding the following code to ddsmoothmenu-v.css
.ddsmoothmenu-v ul li ul li{
border-bottom: 1px solid #808080;
text-align:left;
}
But in IE7 the submenu items kept disappearing on mouse over, so I removed that. Is there another way to achieve this without messing up the menu's function?
Thanks,
Deborah
Bookmarks