Hi all,
I've attached my code since I really need to finish this project so your help is greatly appreciated (I'm from a asp.net code background). I like to add to the following functionality to my menu,
1. On mouseout (away from the menu) I like to switch the menu back to the default selected menu which in this case is
$('#menu3').show();
$('#menu3').parent().find('a').addClass("current");
Anything I do causes flicker in IE going from one level 2 item to another which doesn't look good. Can someone please help me out here? I'm really new to jquery.
Thank you
Maz


