Multi Level Menu Problem...

liunx

Guest
I'm trying to use the Multi Level Menu (<!-- m --><a class="postlink" href="http://www.csscreator.com/menu/multimenu.php">http://www.csscreator.com/menu/multimenu.php</a><!-- m -->) and I can't get it work in IE.

It's working great in FF but no IE.

Here's the full code I've got.
What's seems to be the problem?

Thanks!:D The solution was so simple:

<body onload="activateMenu('vertnav')">

All you needed was a function call to activate menu.Coooool, thanks toicontien!

So I don't need this function, right?
//window.onload= function(){
/* pass the function the id of the top level UL */
/* remove one, when only using one menu */
// activateMenu('nav');
// activateMenu('vertnav');
//}I would assume so. It should take the place of that onload="" attribute in the body tag.got it. Thanks!
 
Back
Top