Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preview of details on Table!! Pls Help

Status
Not open for further replies.

Forri

Programmer
Oct 29, 2003
479
MT
Hi all

I have a table showing the title of a book! when a user hovers on the Title i would like to show super imposing table (preview) which shows the Title, Desc, and the authors name!

How can this be done!?

Thanks
Nick
 
add the text you want to display into the title attribute for the containing element of the Title Text
example:

Code:
<span title="This is some popup text">Title Text</span>

this will be rendered by the browers exactly as the alt attribute is for images, and appear on hover as a "tooltip".
Most visible elements support the title attributes.



Chris.

Indifference will be the downfall of mankind, but who cares?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top