View Single Post
  #6  
Old 03-01-2007, 01:38 AM
 
Lee Lee is offline
 

Advanced Member
  
Join Date: Dec 2002
Posts: 95
 

Default 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?
__________________
Lee

X-Cart 4.0.14 - heavily modified! (Linux)
www.lasertechgroup.com/uk
Reply With Quote