-1

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

http://jsfiddle.net/Navya/RwBXB/2/

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
Navyah
  • 1,660
  • 10
  • 33
  • 58

2 Answers2

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.

http://code.drewwilson.com/entry/tiptip-jquery-plugin

brizz
  • 129
  • 3