Hi:
Two potential problems I see are:
1) Inside your HTML code:
Code:
<a href="#" onclick="return overlay(this,'subcontent','32')"><img src="test_files/login_butt.jpg" alt="login" border="0" height="32" width="75"></a>
The last parameter (in red) is incorrect, and should contain a keyword such as "bottom" etc. See the DD script page.
2) The HTML for your content to drop down most likely contains invalid HTML or you forgot to close a tag:
Code:
<div id="subcontent" style="padding: 10px; position: absolute; background-color: rgb(19, 80, 124); width: 250px; display: none; left: 600px; top: 114px;">
"
"
Your HTML code..
</div>
Try removing everything inside the DIV and insert something simple to confirm that the problem is in fact with your HTML.
Bookmarks