View Single Post
  #7 (permalink)  
Old Jan 25th, 2006, 21:17
Paul.Yeoman Paul.Yeoman is offline
New Member
Join Date: Jan 2006
Age: 29
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Talking Re: Weird display problem in IE

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
Reply With Quote