PDA

View Full Version : Transparent but not....


KaoS
12-14-2002, 02:42 AM
Whats the code that makes a color like blue transparent but still apper as in this site (Uses Flash) (Trying to make my site look like w/o Flash) http://team-aoa.moonfruit.com

brothercake
12-14-2002, 03:18 AM
You mean opacity?

<div style="background-color:darkblue;filter:alpha(opacity=50);-moz-opacity:0.5;">some stuff</div>

KaoS
12-14-2002, 04:02 PM
ya that sounbds like it