passing a selector to getFirst() is equivalent to using getElement();
try $(document.body).getElement('...');I've done that before and it worked. Wrapping document.body in a $() function is for IE which does not extends elements with mootools functions if they are not grabbed with $(); Same thing with $ (event.target) (so usefull)
