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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to show data on a mouseover

Status
Not open for further replies.

vatawna

Programmer
Feb 24, 2004
67
0
0
US
I have an image that when being moused over, it needs to show a little window which shows some data. For example, if the mouse is over the image of "Top 25", a window will pop up showing the top 25 physicians's names, ids, etc. If the mouse is over the image of "Top 50", the window will show the top 50, etc.

I can use the Attribute property of the image for the mouseover, but then I'm stuck at that point.

Does anyone know how to do this?

Thanks.
 
You could use JavaScript or CSS. Have a look on google for lots of examples.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I forgot to mention that the application is data-driven. The data shown on the window is based on the date range the user picks. css can't do this, can it?

Thanks.
 
Why wouldn't you be able to? Set your tooltip text for your control dynamically just as your datails retrieved dynamically.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top