I had images, when i keep my cursor on the image a tool tip need to appear,How can i apprach that with simple code rather than complex
Asked
Active
Viewed 77 times
2 Answers
0
In really simple code, it is:
<img src="yourimage.png" title="Your tooltip!" />

ONOZ
- 1,390
- 2
- 11
- 19
-
How can i use class and title in jquery, i got the code, but it is too big for simple ToolTip, – Navyah Apr 03 '12 at 08:14
-
Hi i added title where i want tooltip to dispaly and a javascript url ****, now when i place a mouse over i can see tooltip but i want that tooltip in some circule shape rather than rectangular shape, how can i add that , do i need to add any css ? – Navyah Apr 03 '12 at 11:37
0
use this jquery plugin, its a clean and simple tooltip. theres a guide how to implement it, so u shouldnt have any trouble, but i can provide additional help if needed.

brizz
- 129
- 3