PDA

View Full Version : Drop down menu link - changing position of 1 item


ljp
09-19-2002, 02:21 AM
I am using your Drop down menu link script and have gotten it to work OK except for one thing. The items in the menu lists are quite long so when I get to the menu list at the right side of the page the list either wraps or goes off the page. I have figured out I can change this by changing
themenuStyle.left=ns6||ns4? e.pageX-e.layerX : themenuoffsetX+event.clientX-event.offsetX
to
themenuStyle.left=ns6||ns4? e.pageX-e.layerX-100 : themenuoffsetX+event.clientX-event.offsetX-100

The only problem with this is that it changes all the menu lists on the page so that the lefthand list now either wraps or goes off the page. Does anyone know how I can change just the 1 list without changing all of them.

Any help would be greatly appreciated.

Thanks, Laura

speedracer
09-19-2002, 10:43 AM
answered here:
http://codingforums.com/showthread.php?s=&threadid=6431