OnMouseOver + Tooltip

  • Thread starter Thread starter conckrish
  • Start date Start date
C

conckrish

Hi all,

Can anyone tell me how to display a image and some texts in tooltip
while mouse over a image or imagebutton in asp.net ?.. plz give me some
code samples for onMouseOver event...

Thanx in advance...

Regards,
Krish.
 
Hi all,

Can anyone tell me how to display a image and some texts in tooltip
while mouse over a image or imagebutton in asp.net ?.. plz give me some
code samples for onMouseOver event...

Thanx in advance...

Regards,
Krish.

I suggest, for ToolTips, you use the AlternateText (or ALT in
IMG-tags) for displaying tooltips.
When you want to write your own ToolTips, dive into JavaScript : it's
all clientside.

greetz,
Leon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top