Hi sangiro,
It looks as if your example is in AJAX which is not too different from Javascript IMHO. The example I use looks pretty similar to your example except that it works with a mouseover rather than a mouseclick.
Here is an example of the code being used :
http://alventyr.net/maps.php
Here is the official page by the author:
http://www.dustindiaz.com/sweet-titles
I prefer mouseover rather than mouseclick after finding that several people didn't understand they needed to click to get the info whereas mouseover comes with the territory.
Hope this helps !
John
PS : for discussion's sake there is an issue with the fact that some browsers will display a value provide in title and this is sometimes displayed over the top of the box that is created by the above code.
Significant Media
It looks as if your example is in AJAX which is not too different from Javascript IMHO. The example I use looks pretty similar to your example except that it works with a mouseover rather than a mouseclick.
Here is an example of the code being used :
http://alventyr.net/maps.php
Here is the official page by the author:
http://www.dustindiaz.com/sweet-titles
I prefer mouseover rather than mouseclick after finding that several people didn't understand they needed to click to get the info whereas mouseover comes with the territory.
Hope this helps !
John
PS : for discussion's sake there is an issue with the fact that some browsers will display a value provide in title and this is sometimes displayed over the top of the box that is created by the above code.
Significant Media