[[Javascript]] width and height of an element

Matt Warden mwarden at gmail.com
Sun Sep 24 11:46:58 CDT 2006


On 9/24/06, Bernu Bernard <bernu at lptmc.jussieu.fr> wrote:
> Hi list,
>
> How can I find the width and size of an element ?
>
> Say for example I have :
>
> <div id="test" onclick="getsizes()">hello</div>
>
> When I click on "hello" I'd like to get the width and height of this
> element.

http://developer.yahoo.com/yui/docs/dom/YAHOO.util.Dom.html#getRegion
http://developer.yahoo.com/yui/docs/dom/YAHOO.util.Region.html#bottom

-- 
Matt Warden
Cleveland, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.



More information about the Javascript mailing list