Tooltip on image

user1528786 picture user1528786 · Jul 30, 2012 · Viewed 283.1k times · Source

I am using the tooltip. But I want that on image tag, like when I mouseover the image then the tooltip should work. I have tried but not working for me on image tag.

Answer

Matthias picture Matthias · Jul 30, 2012

You can use the standard HTML title attribute of image for this:

<img src="source of image" alt="alternative text" title="this will be displayed as a tooltip"/>