consider using an accordion..... jQuery UI accordion has navigation
option that will open to correct panel. If you want menu to stay open,
superfish is not really suited for that IMO http://jqueryui.com/demos/accordion/ Brad Hile wrote: I'm definately no expert but when you hover over a superfish main element it changes the active li class to 'sfHover' and the ul within it to <ul style="display: block; visibility: visible;">Not tested but perhaps you could use something like (this is to activate the 2nd menu item) $('.sf-menu li:nth-child(2)').addClass("sfHover") $('.sf-menu li:nth-child(2) ul').css({'visibility': 'visible'}); On Nov 5, 6:39 pm, jens <i...@wizardmedien.de> wrote:For a week i request this question here, but no request. How to open the activ ul from the start at a sitehttp://groups.google.com/group/jquery-en/browse_thread/thread/e752f5d... |