Mike, Dave, CJ, anyone else -

Have played around a bit more with this and have found that it IS the
background element in the HTML that is causing the body attachment to act as
"scroll" rather than "fixed" in IE.

If I remove them BOTH from the HTML, my logo acts as intended in IE. If I
keep either the background image OR the background color in the HTML, the
attachment acts as "scroll" in IE.

So, with the problem issue isolated (background color or image in the html)
does anyone know of an ie-specific workaround for this issue? I'm pretty
much at my wits end about what to do.

Like, is there another rule I can implement in my ie-specific stylesheet
that may make ie behave?

Once again, all assistance is greatly appreciated.

Cole

-----Original Message-----
From: Michael Landis [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 25, 2006 12:13 AM
To: [EMAIL PROTECTED]
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] <html> bkgrnd image and <body> attachment not happy in
IE

On 7/23/06, Cole Kuryakin <[EMAIL PROTECTED]> wrote about
http://www.x7m.us/_clients/terapad/framework/index.htm:

> I'm having an IE-specific problem regarding a background image in the html
> and a background attachment in the body.
>
> If you look at this link in FireFox, you'll see how it's suppose to look
and
> act: background gradient in the html tag and a <fixed> background
attachment
> positioned 99%/99% bottom/right in the body. This little logo scrolls with
> the vertical content.
>
> In FF, looks great and acts as designed.
>
> Then look at this same page in IE 6 - Gradient is still there, as well as
> the logo, but the logo is now at a 99%-ish vertical position to the entire
> content, not just the viewport as it should be - and is - in FF.
>
> During testing, I've switched things around to have the attachment in the
> html and the gradient in the body, but that elminates the possibility of a
> full height background color (due flow order as the background color would
> hide the logo) which is a critical aspect of this design.

I haven't played with fixed images enough to know whether or not IE
supports them, but if they do in the HTML tag, you might want to
consider having the background color and the logo in HTML, and the
gradient in BODY. The logo shouldn't be hidden by the color in HTML, I
would think.

Michael



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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