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