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!
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.