tags:

views:

34

answers:

2

hi in my application i have tab menu which i done using css. when ever user moves the cursor on the tab he should been given an tooltip for that tab. is it ther any solution i can solve using JQuery or any other concept.

thank you

A: 

jQuery SimpleTip plugin might be interesting.

Darin Dimitrov
thanks for ur replay , darini have syntax issue . i have a table with i have 1 tr inside that .i have 3 td[ which i have designed this as a tab]. once the user moves the cursor on that tab(td) i need to provide an tool tip. any example of that kind can solve my issue thank you
prince23
Could you please update your question by posting any relevant source code?
Darin Dimitrov
A: 

There are few intersting ones on this page, http://www.splashnology.com/blog/jquery/197.html

Chris Love