hi,
you example works, if you do
line-height: '1'
(mootool using pixels if u not explicity put a value of type string)
and if u use y instead of of x from your size thingie
(you want the height, right?)
also why not just do:
myEl.inject(document.body);
instead of:
myEl.inject(_this);
next:
return myEL.getSize().y;
should work?