I have a page:
The CSS class used in the body tag is:
I don't understand why IE is duplicating the text in the background behind the body's background image. This is the funkiest bug (?) I've seen yet - if that's what it is.
This page displays just fine in Firefox.
Any suggestions?
KizMar
------------
The CSS class used in the body tag is:
Code:
body.test {
background-image: url(../images/branding.gif);
background-attachment: fixed;
background-position: bottom;
background-repeat: no-repeat;
}
I don't understand why IE is duplicating the text in the background behind the body's background image. This is the funkiest bug (?) I've seen yet - if that's what it is.
This page displays just fine in Firefox.
Any suggestions?
KizMar
------------