Log in

View Full Version : makeing parts of images tramsparent



martyn_green
08-19-2005, 06:26 PM
does and one know or help me with a html code for making colours in an image transparent
this would be a great help as i only have a basic understanding of html
thanks in advance

mwinter
08-19-2005, 09:55 PM
does and one know or help me with a html code for making colours in an image transparentHTML doesn't control transparency. It is a matter of using a graphics format that does, such as GIF or PNG, and using a browser that supports transparency in these formats.

Most graphical browsers support both of the above, though IE doesn't handle PNG alpha transparency well (a shame), though single-colour transparency is fine.

Mike