Hi,

I'm trying to add some mootools code inside a Mediabox but I don't get it work ...

Basicaly, I am opening a Mediabox with an image inside, with the commande Mediabox.open('mydiv',,'500 300'); . Until there it work.
But adding on the following line the simple command $('myimage').setStyle('left','10px'); doesn't work ...

I suppose that the reason is that the mediabox is closed at that time (I'm not sure of the reason).

Can anyone help to solve this ?

Kind regards