Is there a tool tip that instead of making the title appear in it i can make information from a div appear…
what i have is a image and i want maybe an invisible div below it, so when a user hovers over the image the div appears with name address face book like in it etc?
<img width="448" height="300" src="/Content/uploadedImg/1.png " onerror="this.src='/Content/img/redboxlrg.png';">
You can try something like –
Note that for this, you will need to also include the jQuery library, to make use of the jQuery (or $) functionality.
See http://www.worthapost.com/articles/how-include-jquery-your-website-google for more on that