On Wednesday 03 January 2007 01:03 pm, Zoe M. Gillenwater wrote:
> 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;}
> >
> >
> > <!--  // 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 :)
>
> Andre,
>
> We need a page to be able to help. Please send a URL to a live page.
>
> Zoe

Hi Zoe,

The URL for a live page:

http://www.goodshepherdreport.com/welcome.php

I've disabled the browser redirect for IE, so all will be served the standard 
css file taht works in Firefox, Opera, Konqueror but renders only the 
non-opaque background with no text in IE.

I've sort of given up hope that it'll ever work in IE, but if you can figure 
what's messing it up (aside from buggy IE) I'd be grateful.

As I said before, I shudder what IE will do 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