CODE
.text{
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/* IE 5-7 */
filter: alpha(opacity=80);
/* Netscape */
-moz-opacity: 0.8;
/* Safari 1.x */
-khtml-opacity: 0.8;
/* Good browsers */
opacity: 0.8;
padding:.5%;
}
.text {
position:relative;
background:#000000 none repeat scroll 0 0;
border:3px solid #222222;
color:#FFFFFF;
width:79%;
height:220%;
margin-left:8.8%;
margin-top:7%;
}
it works fine in everything except IE... can anyone help? i just need the box i created with css to have the opacity down a little, so you can see the background
