[jQuery] Re: Moving Images as objects

2007-06-25 Thread Gilles (Webunity)
How about the z-index property of CSS? On 25 jun, 05:50, Jean <[EMAIL PROTECTED]> wrote: > i thin u can get the position of image1 and use transferTo (interface > plugin) for move the image2 to the top of image1 > > On 6/23/07, Paolo <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > I have 2 imag

[jQuery] Re: Moving Images as objects

2007-06-24 Thread Jean
i thin u can get the position of image1 and use transferTo (interface plugin) for move the image2 to the top of image1 On 6/23/07, Paolo <[EMAIL PROTECTED]> wrote: Hello, I have 2 images and 1 button. When I click on the button, I'd like to move image 2 on top of image 2. I know there are som

[jQuery] Re: Moving Images as objects

2007-06-23 Thread Nate Cavanaugh
Hi Paulo, What you're trying to do is more than likely not possible, unless I am misunderstanding. Are you trying to stack the images? If so, you could do this by setting the object's z-index to a value higher than the other. If you're trying to move image 1 to the top location (such as the top