Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE CSS & iFrame Bug?

Status
Not open for further replies.

kizmar2

Programmer
May 25, 2004
164
US
I have a page:
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
------------
 
Everything looks fine for me in IE6. It gets funky in Opera, however.

Dave


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
O Time, Strength, Cash, and Patience! [infinity]
 
This is how it's displaying in IE for me. I also had a friend check it out and it's doing the same for them. It's not all the time though, just most of the time. Every once and a while when you refresh or click back->forward it will look ok.

Image ->
KizMar
------------
 
So far I know two things:

1) It's because of the "background-repeat: no-repeat;" that's it's acting up.

2) It only acts up when inside an iframe. If you view the page as a parent it's fine.

Don't know how to remedy this though.

KizMar
------------
 
IE is a nightmare for people that are trying to design websites cross-browser and use even the most basic CSS styles.

Sheesh.

KizMar
------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top