Hello All -

I'm having an IE-specific problem regarding a background image in the html
and a background attachment in the body.

Here's a link to look at:
http://www.x7m.us/_clients/terapad/framework/index.htm

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.

This has really got me baffled and would greatly appreciate any ideas on how
to get this working in IE.

Thanks to all in advance!

Cole

html{
        background-image: url(../images/body_gradient.jpg); - background
image
        background-repeat: repeat-x;
        background-position: top left;

        background-color: #00FF66; - background image
}

body{
        min-width: 770px;
        min-height: 101%;                       
        text-align: center;                     

        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-weight: normal;
        font-size: 100%;
        
        background-image: url(../logos/logo_terapad_jewel.gif); - background
logo
        background-repeat: no-repeat;
        background-position: 99% 99%;
        background-attachment: fixed;
}



______________________________________________________________________
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