Most of the positioning problems with AnyLink x" Menus can be solved by making sure the HTML for the drop down DIVs themselves is outside any container tag on the page other than the BODY. So in your case, try moving all the drop down DIVs to the bottom of your page, just above the "</body>" tag:
Code:
<div id="menu1" class="anylinkcss">
<ul>
<li><a href="javascript:ajaxpage('currentprojects.html', 'content')" title="AccessKey: c" accesskey="c">Current Projects</a></li>
<li><a href="javascript:ajaxpage('oldcode.html', 'content')" title="AccessKey: d" accesskey="d">Old Code</a></li>
x</ul>
</div>
<div id="menu2" class="anylinkcss">
"
"
</div>
etc
</body>
Bookmarks