Input-Feld Position
Manuel Linder
- dhtml
Hallo zusammen,
Wie kann man unter Netscape 6 die position eines Input-Feldes
feststellen (X und Y Kordinaten)?
Mfg
Manuel Linder
Probiers mal mit einem <div></div>
<div id="Layer1" style="position:absolute; left:37px; top:84px; width:239px; height:80px; z-index:1">
<input type="text" name="textfield">
</div>