Trouble Shooting Left Hand Secondary Navigation Menu
THL Toolbox > Developers' Zone > Web Development > Troubleshooting Right-Hand Secondary Navigation Menu
Troubleshooting Right-Hand Secondary Navigation Menu
Contributor(s): Andres Montano
A common problem is for the secondary nav to not properly show "hide" when it is showing, and "show" when it is hidden. To fix this, the key code is:
jQuery("#sideMenuLink").css("background-position", "0% 0%"); jQuery("#fxSideMenu").fadeOut("fast");