Thank you both for taking the time to look at this.
I've now fixed it! Masonbarge, I tried your suggestion of the opaque background, by setting it to white, and it now seems to render correctly in IE. The z-index change I tried but it had no effect.
Anyway, it's working for the moment. If you're interested, the relevant
CSS portion is this:
- Code: Select all
.HeaderBody {
background-image: url(images/logos/Sparkle_Logo_Text_small.png);
background-repeat: no-repeat;
background-position: top left;
background-color: #FFFFFF;
}
Previously there was no background-color specified and that seemed to be the problem. Also the reason for making it a background image was that it was the only way I could find to get the image to the very corner of the screen.
I'll also have a look into the other techniques you suggested (layers, etc). Am I right in thinking that frames are a bit outmoded?
Thanks again,
Paul