Displaying 1 result from an estimated 1 matches for "title_login".
2006 Jul 19
2
Mouse Location
...the mouse location by using javascript? Or does
rails do it for me?!? :)
Does anyone have a simple script that they use? I''m trying to put a div
right where the mouse is clicked on a link... so I''m looking for it to
work like this:
a hre f=. onclick=Element.setStyle(''title_login'', {left:
MOUSEX,top:
MOUSEY;});new Effect.toggle(''title_login'',''appear'');return
false;">Login</a
The other thing I''m wondering, is how would I reference the javascript
variables MOUSEX and MOUSEY in that line of code?
Or is there a...