Hi,
I have a page with a background-image that is set in a stylesheet
body {background: url(blabla) center top no-repeat;
When I put an iframe in the page I get the background image repeated in the iframe, how can I avoid this? allowtransparency="yes" makes it go away in FireFox but not IE.
<iframe class="iframeclass" allowtransparency="yes" src="/site.html">
Thanks in advance.
Edit, it doesn't go away in FireFox either.