Hi, I try to set background color with opacity=50% in css, but it doesn't work.
Is there any solution? I try to use following code, and also fail:
.bg-translucent{
background
:rgba(
0
,
0
,
0
,
0.5
);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=
#7F0000
00,endcolorstr=
#7F0000
00);