CSS Transparency

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
I know there is a way of getting CSS to create transparency for a DIV. However it also applies it to the text, and the things I have tried just don't work.

What do you reccommend?

Code:
[FONT=courier new]#sidebarLeft{filter: alpha(opacity=[COLOR=#FF6600]75[/COLOR]);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=[COLOR=#FF6600]75[/COLOR]);
-moz-opacity: [COLOR=#0000FF]0.75[/COLOR]; opacity:[COLOR=#0000FF]0.75[/COLOR];
}[/FONT]



--
Zenax
 
Top