Tooltip on a part of an image

  • Thread starter Thread starter Bart Schelkens
  • Start date Start date
B

Bart Schelkens

Hi,

on my website I want to display a map of our location.
When I go with the mouse over the area of the map where our building is, I
want to display a sort of tooltip that displays our address.

How can I do this?

Thx.
 
Hi

The easiest way is to setup a simple image map. That way you can use the
Title property (i think it's called Title) to display a tooltip.

HTH


Dan
 
You have just to specify a title attribute in your img tag.

Here is a sample.

<img src="toto.gif" title="the head a toto" />

Franck.


| Hi,
|
| on my website I want to display a map of our location.
| When I go with the mouse over the area of the map where our building is, I
| want to display a sort of tooltip that displays our address.
|
| How can I do this?
|
| Thx.
|
|
 
Back
Top