+ 2
How to get position of my cursor in Mozilla Firefox?
function or anything to get the coordinates of my cursor
11 Antworten
+ 5
nice question but I don't have an answer for it
+ 2
what?
+ 1
Javascript:
var x = event.clientX
Var y = event.clientY
Now u have the x and y position of ur mouse
+ 1
still not working
+ 1
Post ur code pls.
Did u include the js script in html or php script? If so, u can do a mouseover and call ur function.
+ 1
yes
+ 1
my code is working in Chrome but not in Mozilla Firefox
+ 1
Do u have the newest version of Firefox?
+ 1
yes
0
try by putting different value of top ,left and right.
0
JS? HTML? CSS?