need help in javascript

Hi all,

in my application i need to provide help, i.e. when onmouseover on Help text need to display textdata.How should i implement this?Can anyone help me?

[170 byte] By [satyaba] at [2007-11-27 10:32:57]
# 1

this is not a javscript form. javascript !- java

lrngjavaa at 2007-7-28 18:19:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

this is a JSP forum, javascript questions are *very* welcome here!

to the OP:

Absolute divs are your answer. You can position them manually using the top and left attributes of the div style. The trick is to find the position of the element you want to show the help text near, which requires some specific script code to make it cross-browser. Search google using "javascript mouse over position div" and you will most likely find your answer.

gimbal2a at 2007-7-28 18:19:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...