Re: spry menu drop down issue! PLEASE HELP!! by Abraham Chaffin on Oct 1, 2008 at 3:27:00 pm
It looks as though you don't have the javascript at the bottom of your page that executes the spry menu bar functionality. Here's the code that's missing:
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>