xpblueScreenOfDeath
Programmer
- Sep 1, 2004
- 87
How do I use javascript to layer a div right below a input box like in
I do not want to have to put the postion in the input box like so: <INPUT TYPE=TEXT STYLE="POSITION: absolute; LEFT: 40px; TOP: 30px; HEIGHT: 10px">
It would be nice if I can find the exact position and height of the input box on the browser with a input define like so: <INPUT TYPE=file ID=test>
Thanks in advance.
I do not want to have to put the postion in the input box like so: <INPUT TYPE=TEXT STYLE="POSITION: absolute; LEFT: 40px; TOP: 30px; HEIGHT: 10px">
It would be nice if I can find the exact position and height of the input box on the browser with a input define like so: <INPUT TYPE=file ID=test>
Thanks in advance.