I just tested the webtest.meredith.edu/acp11/ page in Firefox 4.0.1 and in IE 8. Still not happening here.
However both browsers throw an error on:
Code:
<script type="text/javascript">
//Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page:
dropdowncontent.init("searchlink", "right-bottom", 500, "mouseover")
dropdowncontent.init("contentlink", "left-top", 300, "click")
</script>
I think that's left over from a script you are no longer using. If so, get rid of it.
You should also get rid of this:
Code:
ddsmoothmenu.init({
mainmenuid: "smoothmenu2", //Menu DIV id
orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
//customtheme: ["#804000", "#482400"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
You're not using it. You only have the one ddsmoothmenu, the one with the mainmenuid of smoothmenu1.
Both browsers are throwing an error on it:
Error: $mainmenu.parent().get(0) is undefined
Source File: webtest.meredith.edu/acp11/ddsmoothmenu.js
Line: 52
Hard to track back to that, but that's what's causing it.
Bookmarks