• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

customized tooltip on td using jQuery

 
Ranch Hand
Posts: 201
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello to all,

I am facing a problem related to showing a customized tooltip on a <td>. The tooltip must have a text as well as an image as its content.
My <td> simply consists of a text written in the cell. So for example, I have a text "Java ranch" as a <td> then on mouse over the user should be able to see an image as above and a text "Friendly place for Java greenhorns" adjascent to the image.

Please can some body hepl me witn this? I looked into the jQuery plugin for tooltips but cann't seem to think how it can be done for <td>s with image and text both.
Are there other libraries available?

Thanks and Regards,
Girish
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Most tooltip scripts let you stick in images,

http://craigsworks.com/projects/simpletip/#



Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic