Click to See Complete Forum and Search --> : image manipulation


izzy
03-30-2005, 04:58 PM
Hi all
hope somebody a bit more clued up than I am can help.

I building a site that will have lots of immages, what I want to do this,
if you click on image or link it will open anew page and that image will be shown ovelayed ontop of another image.

to help you understand I am developing a large tshirt site.
I can display all the images, but need to get the image overlayed on top of
a blank t shirt image, so you can see what the image will look like on a tshirt.

look fowrd to your replies.

izzy

ray326
03-30-2005, 05:30 PM
Make the t-shirt image the background of a div holding the the design image in the foreground.

izzy
03-31-2005, 02:01 AM
thanks for the reply.

Being fairly new to this web design thing, I am not sure what div is
pehaps you could enlighten me, perhaps a demo of what the html should look like ,in the mean time I will go look in my
editor and see what I can find.

thanks again.

ray326
03-31-2005, 07:40 PM
<div id="shirt"><img href="design.gif"></div>