Inside ddsmoothmenu.css, make sure the last portion of the default code isn't removed:
Code:
.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}
.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
If it isn't and the problem still persists, please post a link to the page on your site that contains the problematic script so we can check it out (the link above doesn't work).
Bookmarks