views:

42

answers:

3

I am developing a website where i am using CSS based layouts with absoulate positions. I would like to know is there any plug in for IE 8 which will tell based on the mouse where i am moving with the position (In Pixels).

I want to know with out any JS. I am looking is there any external plug in which will allow me to find out the position.

A: 

Do you want to find out the current mouse position using JavaScript? Check out this tutorial based on JQuery.

Pekka
A: 

The Internet is full of examples on how to capture the mouse position with JavaScript, try one of these:

Tatu Ulmanen
A: 

Do you mean a plug-in for the browser that will show you the mouse cursor’s position, whilst you’re developing the site?

I haven’t heard of any plug-ins, but you might try Andy Budd’s layout grid bookmarklet.

Doesn’t quite give you the mouse cursor’s position, but might make it possible to make it out.

Paul D. Waite