Warning: Please include a link to the DD script in question in your post, in this case: http://www.dynamicdrive.com/dynamicindex1/slashdot.htm. See this thread for the proper posting format when asking a question.
From what I can tell the HTML for your Slashdot menu is most likely broken- that is to say it's not following the required structure of the script's. The correct structure should always be something like:
Code:
<span class="title" id="top"><img src="slashfiles/expanded.gif" class="arrow" alt="-" />Online Tools</span>
<div class="submenu">
<a href="http://tools.dynamicdrive.com/imageoptimizer/">Image Optimizer</a>
<a href="http://www.dynamicdrive.com/emailriddler/">Email Riddler</a>
<a href="http://tools.dynamicdrive.com/password/">htaccess Password</a>
</div>
<span class="title"><img src="slashfiles/expanded.gif" class="arrow" alt="-" />Support Us</span>
<div class="submenu">
<a href="http://www.dynamicdrive.com/recommendit/">Recommend Us</a>
<a href="http://www.dynamicdrive.com/link.htm">Link to Us</a>
Resources</a>
</div>
The part in bold (the headers)- need to be outside the <DIV> that immediately follows (the sub menus for it).
There are a lot of "junk" font tags in your HTML for the menu, so it's hard for me to pinpoint where things are going wrong. But I'd start by stripping away all those redundant tags to better help see where your HTML code has deviated from the original's in terms of structure.
Bookmarks