anyway to know the dimensions of the children inside <div>
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

anyway to know the dimensions of the children inside <div>

From: <alanchinese@yahoo.com>
Date: Mon Jan 30 2006 - 18:42:35 CET

let's say i have codes like this:
<form>
<div>
<input type="text" name="in1" size="10">
<input type="text" name="in2" size="100">
<!-- more inputs -->
</div>
<form>

can javascript calculate (and even re-arrange) how these "input"s (or
any other elements) locate?
Received on Tue Feb 7 21:27:42 2006