Hi all,
I wanted to display the description of item/button/region when the mouse is moved over the respective things.
For instance, in this oracle forum page, if i move the mouse over communications, a text showing 'communications' is displayed.
Very similar to that is my requirement.
For few things, I need to display the text what we give and in few other cases, it has to fetch the details from the description column of the table in database.
I tried using javascript code in dynamic action. But i was able to achieve it for alert message or by using document.write statement.
I just wanted a little box to be displayed below when the mouse is moved over the respective things.
How to achieve this?? Pls help me out...
Thanks in advance