Most of the positioning problems with the drop down 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 drop down menu -->
<div id="dropmenu1" class="dropmenudiv" style="width:150px;">
<a href="indexclassic.htm">Classical Music</a>
<a href="indexmagic.htm">Magical Music</a></div>
<!--2nd drop down menu -->
<div id="dropmenu2" class="dropmenudiv" style="width:150px;">
<a href="Repertoire.htm">Repertoire</a>
<a href="Castle Concerts.htm">Venues</a>
<a href="Workshops.htm">Workshops</a>
<a href="Charity.htm">Charity</a>
<a href="Sponsors.htm">Sponsors</a>
</div>
<!--3rd drop down menu -->
<div id="dropmenu3" class="dropmenudiv" style="width:150px;">
<a href="tours08.htm">2008</a>
<a href="tours09">2009</a></div>
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script>
<body>
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