Link to home
Start Free TrialLog in
Avatar of Webboy2008
Webboy2008

asked on

javascript div message

I have <input type="text" name="txtname"> that I want to show <div>Alert Message</div>
on top of the input box when it is onfocus(). However, I want to make it look good. like when the user's cursor is focus or change, it will show a div from bottom to the top...like a movie screen.

Do you know any scripts can make it happen?
Avatar of SRigney
SRigney
Flag of United States of America image

Scriptaculous, which requires prototype can do this kind of sliding display.

http://script.aculo.us/

http://www.prototypejs.org/
Avatar of Webboy2008
Webboy2008

ASKER

i need some sample how it works. Look difficult to me.
I do not like those javascript object thing plus it is not free.
do you have somthing else?
ASKER CERTIFIED SOLUTION
Avatar of SRigney
SRigney
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial