![]() |
X - Y Co-ords Javascript. Find X - Y Co-ordinates on Webpage |
|
Handy
Tip: Knowing the coordinates of a webpage can make your designing
experience so much easier when plotting to position text and images
in certain scripts and codes. Use a javascript which plots the
coords for you as you run your mouse pointer over the web page.
Find X - Y Co-ordinates JavascriptThis simple javascript shows the X - Y coords of a webpage in the status bar. Very useful for plotting the X - Y co-ords for image maps, etc. Move your mouse over this webpage and view the status bar read out for a demo! This script is very easy to install and can save the webmaster lots of time and effort. May not work with IE 7.0 Installation: Step 1 Copy the code below and paste this between the <head> and <head> tags of your html document.
Add this event handler function into the <body> tag. onLoad="init()" Your
body tag should now look something like this. That's it!
|
Custom Search
|