Re: Dynamic menu in IE
DOH!
Of course there is a javascript call, I'd just hidden it at the bottom of head.tpl
<script type="text/javascript">
var ddmx = new DropDownMenuX('menu1');
ddmx.delay.show = 0;
ddmx.delay.hide = 400;
ddmx.position.levelX.left = 2;
ddmx.init();
</script>
However I have put literal tags in to no effect, do they go outside or inside the script tag?
|