SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: I NEED YOUR HELP!! scripting
-
Oct 17, 2002, 02:05 #1
- Join Date
- Oct 2002
- Posts
- 130
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I NEED YOUR HELP!! scripting
Hey guys, check out this script:
http://www.dynamicdrive.com/dynamicindex1/popit.htm
View the demo to see what its all about. This script displays a pop up div menu for more options. What I need is to make it so when you mouse over, the pop up appears about 10 pixels to the right of the mouse so that if you scroll down a few it doesnt start getting in the way. I've tried tweaking it, but no luck =( it seems like it should be easy. Any help would be GREATLY appreciated!
thanks!
myke
-
Oct 17, 2002, 07:18 #2
- Join Date
- Jul 2002
- Location
- Dallas, TX
- Posts
- 2,900
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hmmm....shot in the dark after a quickie glance...
In my text editor, this is line 75
eventX=ie4? event.clientX : ns6? e.clientX : e.x
Add this below it
eventX += 10;
Bookmarks