Forum Moderators: not2easy

Message Too Old, No Replies

IE6 Background Image Disappears

         

yankeyhotel

4:42 pm on May 23, 2008 (gmt 0)

10+ Year Member



Alright, I feel like I am crazy person. I have a background image in the footer of my site. On the home page it works fine, however on the typ page it won't show up in IE6, it does however show up in every other browser I can imagine.

I am using pretty simple code and have tried everything I can think of to get it to work.

#footer.footer_home {
background: url(../images/00-base/footer_home_background.jpg) no-repeat center top;
height: 343px;
}

#footer.typ {
background: url(../images/00-base/footer_content_background.jpg) no-repeat center top;
height: 344px;
}

any help would be much appreciated, thank you.

[EDIT]
Sry, I just read the TOS so I took out the URLs.

yankeyhotel

7:34 pm on May 23, 2008 (gmt 0)

10+ Year Member



fyi,

the problem was something to do with the #footer.typ class, I changed it to just use the id, #footer, and now it works. yeah.