Hi,

Let's say I have this HTML

<div id="imageDisplay" align="center">
        <img id="backside" name="backside" alt="" width="200"
src="image1.gif" />
        <img id="frontside" name="frontside" alt="" width="200"
src="image2.gif" />
</div>

and then I have another image, "image3.gif".  I would like to layer
image3.gif 100 pixels from the left most coordinate of "image1.gif" so
that it appears on top of the other two images.  The parent DIV,
"imageDisplay", is relatively positioned.  Is there a way, using
jQuery, to do what I'm asking that works in both IE and Firefox, don't
care about the other browsers for now.

Thanks, - Dave

Reply via email to