Hi. How do i put one image over another with keeping a part of the upper image transparent to see the image below? Thanks.roman
I've never done it, but I'm guessing it would involve the use of DIV tags, CSS, and layers. Start your research engines!
The layers option may not work due to ie deciding that even though the image is transparent the layer isen't so what you would get is the background color of the layer showing though the image. I think you will need to play around with the gd library to do the image on an image.
Mark.
you probably have to generate new picture using gd and PNG alpha channel.
hi. i don't need to display result image in browser. i need to save it on hardisk or send it via email. i try it by the imagecopy() but tansparency disapeared. i try to change imagealphablending() mode for both images, but it doesn't work. have you any idea or advance. thanks. roman