Hover over produces a balloon.

M

Mufasa

When you hover over something, you can get it to display text (for things
like a hyperlink). How can you do that but produce a larger window with more
information. Go to download.com, put in something to search for and when you
leave the mouse over the link, it produces a box.

Any ideas how to do that?

TIA - Jeff.
 
M

Michael Nemtsev [MVP]

Hello Mufasa,

The idea is simple - on mouse hover u create the div and start the callback
to server where you prepare info to show to user.

You can find an explanation with samples in that article http://www.aspcode.net/Ajax-and-dynamic-html-tooltips-part-1.aspx

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


M> When you hover over something, you can get it to display text (for
M> things like a hyperlink). How can you do that but produce a larger
M> window with more information. Go to download.com, put in something to
M> search for and when you leave the mouse over the link, it produces a
M> box.
M>
M> Any ideas how to do that?
M>
M> TIA - Jeff.
M>
 

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

Similar Threads


Top