2012-07-30 80 views
68

我正在使用工具提示。但我希望在圖像標籤上,就像當我將鼠標懸停在圖像上時那麼工具提示應該起作用。我已經嘗試過,但沒有在圖像標籤上爲我工作。圖片上的工具提示

+0

什麼語言? HTML,C#,Java,...? – Matthias 2012-07-30 07:18:34

+0

php + html + jqyery – user1528786 2012-07-30 07:22:08

+2

使用'document.getElementById('theImage')。title ='tooltip text''。 – Jay 2012-07-30 07:31:40

回答

229

使用圖像的標準HTML標題屬性?

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