_subOffsetLeft for single submenu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
shacker
Advanced
Advanced
Posts: 19
Joined: Thu Dec 18, 2003 4:41 am
Location: Berkeley, CA
Contact:

_subOffsetLeft for single submenu

Post by shacker »

Is it possible to use something like:

_subOffsetLeft=90;

for a single submenu definition? I've tried that and it seems to have no effect.

This is for a search field menu item, and it's the only submenu I want to appear at a different offset than the rest of the submenus.

left=xxx;

doesn't do it with a fluid page, and this is the right-most menu item. Is there any way to accomplish this?

Thanks,
Scot
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

In that submenu use the left= positioning, but use it with offset, e.g.

left="offset=90"; I just used your 90, you'll need to experiment to see what you need.

Ruth
shacker
Advanced
Advanced
Posts: 19
Joined: Thu Dec 18, 2003 4:41 am
Location: Berkeley, CA
Contact:

Post by shacker »

Bingo, that's the ticket, though I needed a negative value:

left="offset=-80";

did it for me. Thanks!
Post Reply