Most of the positioning problems with Chrome Menu 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="dropmenu1" style="width: 160px;" class="dropmenudiv">
<a href="http://crharvey.blogspot.com/search/label/portraits">Portraits</a>
<a href="http://crharvey.blogspot.com/search/label/personal">Personal</a>
<a href="http://crharvey.blogspot.com/search/label/engagement">Engagements</a>
<a href="http://crharvey.blogspot.com/search/label/travels">Travel</a>
<a href="http://crharvey.blogspot.com/search/label/nature">Nature</a>
<a href="http://crharvey.blogspot.com/search/label/videos">Videos</a>
</div>
<div id="dropmenu2" style="width: 160px;" class="dropmenudiv">
<a href="http://crharvey.blogspot.com/SOMEPOSTHEREABOUTUS">Erin Harvey</a>
<a href="http://crharvey.blogspot.com/SOMEPOSTHEREABOUTUS">Chris Harvey</a>
</div>
<div id="dropmenu3" style="width: 160px;" class="dropmenudiv">
<a href="http://www.erinchris.com">Main Website</a>
</div>
<div id="dropmenu4" style="width: 160px;" class="dropmenudiv">
<a href="mailto:imagesADDRESSHERE">Email Both of Us</a>
<a href="mailto:erinADDRESSHERE">Email Erin</a>
<a href="mailto:chrisADDRESSHERE">Email Chris</a>
<a href="ContactFormLink">Email Erin & Chris</a>
</div>
<div id="dropmenu5" style="width: 165px;" class="dropmenudiv">
<a href="http://www.armindefiesta.com/">Armin DeFiesta</a>
<a href="http://www.thebecker.com/">Becker</a>
<a href="http://www.davidjay.com/">David Jay</a>
<a href="http://www.melissajill.com/">Melissa Jill</a>
<a href="http://www.jcsphoto.com/newsite/index.html">Jessica Claire</a>
<a href="http://www.marybethtyson.com/">Mary Beth Tyson</a>
<a href="http://www.jasminestarphotography.com/">Jasmine Star</a>
</div>
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script>
</body>
Bookmarks