jpmoriarty
05-20-2004, 03:55 PM
Okay, so now I'm working on some transparency stuff - and for some reason it's not working too well. If you look at my page (http://www.siteprefect.com/ecb/newsite) the box on the left (main) is transparent okay, but the box on the right (news) isn't. Why's that?
the relevant bits from my stylesheet are:
.news { margin: 10px 10px 10px 55% ;
width: auto ;
border: 1px solid #C00000;
background: #DDDDDD ;
-moz-opacity:.95;
filter:alpha(opacity=95);
}
.main { width:50% ;
float: left ;
border: 1px solid #C00000 ;
background : #DDDDDD ;
margin : 0px 10px 10px 5px;
-moz-opacity:.95;
filter:alpha(opacity=95);
}
the relevant bits from my stylesheet are:
.news { margin: 10px 10px 10px 55% ;
width: auto ;
border: 1px solid #C00000;
background: #DDDDDD ;
-moz-opacity:.95;
filter:alpha(opacity=95);
}
.main { width:50% ;
float: left ;
border: 1px solid #C00000 ;
background : #DDDDDD ;
margin : 0px 10px 10px 5px;
-moz-opacity:.95;
filter:alpha(opacity=95);
}