I've searched this forum, but I can't find a step by step (a dummies way) directions for adjusting where the sub menus appear in relation to the main menu. Mine are showing up too far to the left (they cover part of the main menu) and below the main menu item.
Thanks,
John
Aligning the sub menus
John,
Toward the top of a typical menu_data.js file, you'll see the following lines of code:
Those are the values you want to adjust.
Cheers,
Kevin
Toward the top of a typical menu_data.js file, you'll see the following lines of code:
Code: Select all
_subOffsetTop=10 // Sub menu top offset
_subOffsetLeft=-10 // Sub menu left offset
Cheers,
Kevin
Thank you!
Thanks -- just what I needed!
John
John