Hmm I've confirmed the issue occurs in FF3.5x This is something you probably will want to fix anyway. What happens if you move the HTML for the drop down menus themselves so they are outside any element other than the BODY, such as at the very end of the document?
Code:
<div id="dropmenu1" class="dropmenudiv">
<a href="#">Tuners</a>
<a href="#">Delete Pipes</a>
<a href="#">Intakes</a></div>
<div id="dropmenu2" class="dropmenudiv1">
<a href="#">Tuners</a>
<a href="#">Delete Pipes</a>
<a href="#">Intakes</a></div>
<div id="dropmenu3" class="dropmenudiv2">
<a href="#">Tuners</a>
<a href="#">Delete Pipes</a>
<a href="#">Intakes</a></div>
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script>
</body>
Bookmarks