Andre Dubuc wrote:
> Hi,
> 
> I'm new to the list. I'm having all sorts of trouble to get an Alpha(Opacity) 
> to work in IE. I've tried all sorts of combinations in my css body{} file.
> 
> It works fine in Firefox, Opera, and Konqueror, but IE either renders only 
> the 
> background with no text on top, renders a blank page (after loading the 
> jpeg), or gives me not transparency + text.
> 
> Here is the code I've tried:
> 
> <!-- // Original non-ie code: -- this works but obviously NOT in ie
> body {position: relative; margin: 50; padding: 0; width: auto; background: 
> #eaeaea url(atlantic03.jpeg) 0 0 fixed no-repeat; filter: alpha(opacity=80); 
> -moz-opacity:.80; opacity:.80;}

This works in IE6 at my side in a VPC IE6 Installation.

Check if you have IE6 installed side-by-side IE7; if so, no filter will 
work properly in IE6. If not, post an URL to an test case.

Didn't test your other examples.


Ingo
-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to