Positioning drop down menu: Relation to existing text

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
travelnurses
Advanced
Advanced
Posts: 12
Joined: Tue Aug 22, 2006 9:13 pm

Positioning drop down menu: Relation to existing text

Post by travelnurses »

I'd like to add a drop down menu below "travel nursing jobs" on this page: http://www.travelnursesnow.com/

How can i keep the text (SEO purposes), and have a menu shown below? Can a menu be "triggered" by text?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Take a look at the sample menus that use the popup function

There is a demo here: http://milonic.com/menusample24.php

hope this helps,
Andy
travelnurses
Advanced
Advanced
Posts: 12
Joined: Tue Aug 22, 2006 9:13 pm

Post by travelnurses »

Only problem is how to position the sub menus. Changing the: _subOffsetTop=2;
_subOffsetLeft=-2;

Doesnt work.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

_subOffsetTop=2; and _subOffsetLeft=-2; will only work for vertical menus called from a vertical parent.

If you need to offset sub menus called from a horizontal menu, please use the following inside each sub menus:

top="offset=-2";
left="offset=-2";


Hope this helps,
Andy
Post Reply