object elements don't get extended with mootools methods. You could use the generic form: Element.getSize(myObjectElement).
On Sun, Nov 11, 2012 at 5:11 AM, Daniel Peraza <[email protected]>wrote: > I am aware of the document.id() stuff. > Here<http://www.delloffice.com.ve/site/plugins/content/svg/svg_replace.js>is > an outdated version of the script (I can't provide the updated one until > Monday 12nd). Object tags are searched by invoking $$(). I already tried to > assign unique ID values for every <object> element and then retrieve them > by using document.id() to see if it works, but nothing seemed to happen, > the IE 8 console didn't show the Mootools Element methods and was still > complaining on invoking a method not available for that object. >
