Forum Moderators: not2easy

Message Too Old, No Replies

IE6 Woes

         

ebby

1:21 pm on Jun 12, 2008 (gmt 0)

10+ Year Member



The usual scenario... site looks great in FF and IE7 but IE6 is bad, real bad.

I have several divs with a background images, IE6 is not displaying one of them. Any Ideas?

#leftdiv{
background-image: url(myimage.jpg);
background-repeat: no-repeat;
}

ebby

1:25 pm on Jun 12, 2008 (gmt 0)

10+ Year Member



ha nevermind. It was the height property. There is no content in that div on page load, it contains a menu that is only available when the user is logged in. Since there was no content IE6 was setting the height to 0.