Click to See Complete Forum and Search --> : transparent - or not?


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);
}

soccer362001
05-20-2004, 04:07 PM
They are both transparent to me. I am using Mozilla FireFox.

jpmoriarty
05-20-2004, 04:16 PM
humm, yes it works okay on my netscape too. Must just be an IE thing. rats.