Aligning the sub menus

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jgold723
Super Advanced
Super Advanced
Posts: 40
Joined: Wed Nov 19, 2003 10:14 pm

Aligning the sub menus

Post by jgold723 »

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
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

John,

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
Those are the values you want to adjust.

Cheers,

Kevin
jgold723
Super Advanced
Super Advanced
Posts: 40
Joined: Wed Nov 19, 2003 10:14 pm

Thank you!

Post by jgold723 »

Thanks -- just what I needed!

John
Post Reply