The key is here:
Code:
<script type="text/javascript">
//jkmegamenu.definemenu("anchorid", "menuid", "mouseover|click")
jkmegamenu.definemenu("megaanchor", "megamenu1", "mouseover")
</script>
The green part is just a comment/instructions. If you want a second one, define it with different terms - say like so:
Code:
<script type="text/javascript">
//jkmegamenu.definemenu("anchorid", "menuid", "mouseover|click")
jkmegamenu.definemenu("megaanchor", "megamenu1", "mouseover")
jkmegamenu.definemenu("anotheranchor", "megamenu2", "mouseover")
</script>
Now the first one will be triggered onmouseover of the element with the id of megaanchor, and will show the content in the megamenu1 division.
The second will be triggered onmouseover of the element with the id of anotheranchor, and will show the content in the megamenu2 division.
All four of these id's must be unique.
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks