Hi,
_subOffsetTop=5
_subOffsetLeft=5
I'm using these to offset all the sub menu's but it only affects the second, third, etc, sub menu's.
How do I apply the same offsets for the first sub menu coming off the bottom of the main menu here:
http://members.lycos.co.uk/surfto
Thanks
_subOffsetTop=5 _subOffsetLeft=5
Re: _subOffsetTop=5 _subOffsetLeft=5
Hi,
the subOffsets only work on vertical menus, that is a submenu coming off a vertical menu since normally most people who use a horizontal menu want it to open immediately below the main item. Anyway, to get the main menu subs to offset, since they are opening from the horizontal, try adding in each 1st level sub off the main horizontal menu the following data
where x and y are the number of pixels you want it to offset.
HTH
Ruth
the subOffsets only work on vertical menus, that is a submenu coming off a vertical menu since normally most people who use a horizontal menu want it to open immediately below the main item. Anyway, to get the main menu subs to offset, since they are opening from the horizontal, try adding in each 1st level sub off the main horizontal menu the following data
Code: Select all
top="offset=x";
left="offset=y";
HTH

Ruth
Re: _subOffsetTop=5 _subOffsetLeft=5
Thanks, it works great.