.
Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
I think you're having your code create many more class="ddshadow toplevelshadow" divs than are required for this script. But having even one might be too many because they're in the flow of the page. It doesn't look like you're using them though. In any case, simply adding this:
Code:
.ddshadow {position: absolute;}
to the stylesheet seems to take care of the problem.
If you are trying to use them, something more needs to be done.
You're supposed to include ddsmoothmenu.css even if you're only using the vertical menu. That will also fix the problem and bring the shadows to the menu. But something else is off if you do that. It looks like something is overriding:
Code:
list-style-type: none;
But I can't find it, it might be something else creating what looks like circles (discs) as the list-style-type for the menu.
Bookmarks