I have some <div id="text">abc</div>.
Is it possible to get it's size using JS/mooTools (width and height) when I did not set it with CSS ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||||
|
|
http://mootools.net/docs/core/Element/Element.Dimensions#Element:getSize
|
|||||||||||||||||
|
returns the width of that element.
u can change it thats all :) |
|||||||
|