Help - Search - Members - Calendar
Full Version: how do you make an image trasparent
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
adoggydog195
how do you make an image trasparent?
xjjajeengx
like what image? like a... banner perhaps?
adoggydog195
like a splash screen
peanutbutterbbb
transparent? as in if you put two images on top of each other you'll be able to see both at the same time? if thats what you're talking about then all you have to do is layer them and set the opacity to anything but 100%. anywhere from 30-75 percent looks best
adoggydog195
thanx
curious33
if you want the html code, it's something like:

filter: alpha(opacity=75);

the actual tag goes
<img filter: alpha(opacity=75); src="http://www.whateversite.com/yourpic.jpg" />

course, everyone play with the numbers, 0-100. I have mine set to 76 just to be different.

also works with plain color back rounds, too.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.