|
|
Help With Images - how 2 make it transperent | ||
Discussion by Jackel with 6 Replies.
Last Update: July 24, 2005, 10:39 pm | |||
![]() |
|
|
i think that gif files are more commonly used on websites..
and by transparent are you talking about making some parts of the picture transparent or the whole picture semi-transparent or what excatly...
i tried using 24bit png files on sites and they dont seem to work so well..perhaps im not doing it right though.
there are some sites i have seen that look as though they use some type of mask for true mutilevel transparency.. not a clue as to how they do this though it might be something to look into.
and you can do it in alot of different programs..not only photoshop.
Transparency is acquired by using several methods including:
1 Using the same color for the background of the graphic as the page back ground color it is placed in.
2 Making you graphic background color black and set the transparency to black. Then select save as and set the file as a “GIF89a” in the options tab.
CODE
<style type="text/css">a img{filter:alpha(opacity=50);}</style>That will make all the images on your webpage 50 percent transparent. Of course, you can change the opacity number to your liking, where the lower the number the more transparent the image will be.
You can also choose to make the images on your page transparent with mouseover:
CODE
<style type="text/css">a:hover img{filter:alpha(opacity=50);}</style>
Similar Topics:
Photoshop Tutorial Sharpening A ...
To Display Images With Links In A R...
Png Images Trancpercy
Acehtml anyone use this program???!!!! (6)
|
(1) Microsoft Acrylic (opinions) A new grafic tool from Microsoft
|
HOME 






