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


<!--  // With the color (#eaeaea) since I read it was needed??
body {position: relative; margin: 50; padding: 0; width: auto; background: 
#eaeaea url(atlantic03.jpeg) no-repeat; 
Filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80, Style=0);}


<!-- // Without the color - #eaeaea
body {position: relative; margin: 50; padding: 0; width: auto; background: 
url(atlantic03.jpeg) no-repeat; 
Filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80, Style=0);}


<!-- // Without the color - #eaeaea but with '.Opacity' as in 'scripting'
body {position: relative; margin: 50; padding: 0; width: auto; background: 
url(atlantic03.jpeg) no-repeat; 
filter.DXImageTransform.Microsoft.Alpha.Opacity=80, Style=0;}


<!--  // With AlphaImageLoader
body {position: relative; margin: 50; padding: 0; width: auto; background: 
none; background-repeat: no-repeat; 
Filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, 
opacity=80, Style=0 src'atlantic03.jpeg');}

Where am I going wrong? Am I stuck with no transparency for IE?

Btw, I'm using a modified version Eric's 'seamless compositing' for the site 
(which is barely functional yet. I can't wait to see what IE does with the 
rest of the code :)

Tia,
Andre
______________________________________________________________________
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