Getting a popup help for an option in listview.

Posted by Judy on Stack Overflow See other posts from Stack Overflow or by Judy
Published on 2011-01-14T02:49:37Z Indexed on 2011/01/14 2:53 UTC
Read the original article Hit count: 242

Filed under:
|
|

I have an interface with a listview of various options e.g 1)Asian 2) Euorpian 3)...... this listview is populated by calling JSP script that accesses this data (i.e. all options) from database. I want to have a small popup window (like any help window) to be displayed when I move mouse over( onmousemove function) any option. e.g when i put mouse over Asian then a small help sort of window display Indians,chinese,thai...etc.

Can anyone suggest how to achieve this?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about web-development