Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] display text based on co-ordinates on image


  • From: bclark at eccotours.dyndns.org (Brent Clark)
  • Subject: [Javascript] display text based on co-ordinates on image
  • Date: Thu Nov 10 07:03:47 2005

Hi all

I have a map that I would like to share some comments / text  on, based on the co ordinates of the map.

Obviously I have code like so

<map name="$areaInQuestion">
<area  href="javascript:popup('')"    shape="rect" coords="10,870,90,880" />
</map>

But I cant get the text to display based on the co-ordinate, I cant use onhover or onmouse etc, because there is no link.

I would like to use

http://www.bosrup.com/web/overlib/

With the example of  "Navigations help"

If anyone has any tips or advice, I would be most gratefull.

Kind Regards
Brent Clark