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:
<!--1st anchor link and menu -->
<div id="AboutHillcrestmenu" class="anylinkcss" style="color:#FFFFFF">
<a href="Care_types.html">Moving Into Hillcrest</a>
<a href="Facilities.html">Facilities</a>
<a href="Food_Nutrition.html">Food & Healthcare</a>
<a href="Activities.html">Social Activities</a></div>
<!--2nd anchor link and menu -->
<div id="AboutUsmenu" class="anylinkcss" style="width: 180px; color: #FFFFFF;">
<a href="Ethos.html">Our Care Philosophy</a>
<a href="Management.html">Management</a>
<a href="Staff.html">Staff</a></div>
<!--3rd anchor link and menu -->
<div id="Testimonialsmenu" class="anylinkcss" style="width: 180px; color: #FFFFFF;">
<a href="Client_views.html">Our Clients</a>
<a href="Official_views.html">Our Inspectors</a>
</div>
</body>
Bookmarks