Log in

View Full Version : persistent submenus in mydroplinemenu



madein83
12-10-2010, 07:45 PM
Hi,

I'm using the menu http://www.dynamicdrive.com/style/csslibrary/item/jquery_drop_line_menu/

I've set it up fine....but when I click my sub menu page links and the page loads the menu doesn't persist.....which means my sub menu links dont show until the user hovers back over the parent page.

I just cant figure out a way to get it to keep the selected sub menu open.

I tried manipulating the sub menu ul directly by page name but any inserted styles are superceded by a default style tag that is inserted by the script somehow....which makes display:none and visibility:hidden

Does anyone know what part of the javascript i need to call to load a certain submenu something like;

if(page name = something){drop sub menu "x"}....

If you can help someone that would be super.