View Full Version : image opacity filter ??


spike416aeboide
06-23-2003, 12:25 PM
i know there is a code to make images semi-trransparent



here is my image code so far:

<img src="cam.gif" border="0">


what shud I add in there to make it look half-transparent?


thanks in advance!

kittycat
06-23-2003, 03:38 PM
style="filter:alpha(opacity=50);"

should work :)