And to assist what everyone else has said, the docs information!

the new Element('img') route:
http://mootools.net/docs/Element/Element#Element:constructor

the new Asset.image:
http://mootools.net/docs/Plugins/Assets#Assets:image

On Sep 27, 8:22 pm, "Jeremy B" <[EMAIL PROTECTED]> wrote:
> Also you can use:
>
> var myImage = new Asset.image(source[, properties]);
> myImage.inject(container);
>
> http://mootools.net/docs/Plugins/Assets
>
> Jeremy Buelerwww.jbueler.com
>
> On Sat, Sep 27, 2008 at 4:21 PM, Iván N Paz <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Sat, Sep 27, 2008 at 5:43 PM, Jan Kassens <[EMAIL PROTECTED]> wrote:
>
> > > its the other way around: myimg.inject('container'); or
> > > $('container').grab(myimg);
>
> > > -jan
>
> > RIGHT... sorry about that, I always have to look it up... it has never
> > stuck withe me... :-/

Reply via email to