views:

155

answers:

1

I'm trying to put a tooltip on a table row so that when you hover over any part of the row the tooltip displays. When I put the cftooltip tag around the entire table it works, and when I put it within a td element it works, but nothing displays when I put it around td or tr elements. Any suggestions? Thanks!

A: 

Cftooltip has tooltip attribute which actually is the tooltip to be displayed. You need to pass your values here to display it as text when hovering over the row.

Ravia
why down vote? Did I write something not meaningful
Ravia