You must be doing something wrong. 

Double checked and both, setStyle and getSize methods, work fine - proof: 
http://www.jsfiddle.net/oskar/VTssU/

O.

On 2010-11-07, at 23:08, guandalino wrote:

> Hi, I'm starting use Mootools 1.3. I don't understand why some
> Element's method seem not available. Given a div with id='content'
> inside a valid html strict page, if in firebug console I type $
> ("content").appendText("yada"); or $('content').addEvent("click",
> function() {}); things work as expected, but if I invoke other
> Element's methods, like getSize or setStyle I get an error: $
> ("content").getSize is not a function. I also have the error with IE.
> 
> What's the cause?
> 
> Many thanks,
> best regards.

Reply via email to