View Full Version : Transparency Code


Misted Dream Rose
04-16-2006, 11:29 PM
I was wondering if there was such a thing as a transparent hex code. Can anyone tell me?

jessimo093
04-16-2006, 11:43 PM
for some things, like div and table backgrounds, you just put the word transparent in the place of the #hexcode but if you want it to be only partly transparent, just add this tag:

style="filter:alpha(opacity:##);" to what you are trying to make transparent.

hope it works!!

Misted Dream Rose
04-17-2006, 12:27 AM
Oh, thank you ^^