Try moving the DIV of your drop down content to the bottom of the page, ie:
Code:
<DIV id="subcontent" style="position:absolute; visibility: hidden; border: 5px solid #000; background-color:#fff; width:300px; padding: 5px;font-size:0.75em; z-index:100;">
</body>
Also, you should remove the line:
Code:
dropdowncontent.init("contentlink", "left-top", 300, "click")
from your page, as it's calling a non existent anchor.
BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice: http://www.dynamicdrive.com/notice.htm
Bookmarks