Hi,
I got the menu running on http://www.undervisning.nu/ib/undervisning/index.asp and on http://www.undervisning.nu/ib/undervisning/nyheder.asp too. But on index.asp I get this error when moving the mouse away from the menu:
Error:'_menuCloseDelay' is undefined.
What is going on?
Please help me.. I have been staring at this problem for over 1 hour.
Michael
Working on one page but not the other?
Check your call for the menu_data.js file. note the src="="
Ruth
Code: Select all
<script type="text/javascript" src="="/ib/undervisning/menu_data.js"></script>
Ruth
Thanks Ruth!!! Thanks a million... that did the trick...Ruth wrote:Check your call for the menu_data.js file.note the src="="Code: Select all
<script type="text/javascript" src="="/ib/undervisning/menu_data.js"></script>
Ruth