The background on my site billigelaan.org doesn't behave in IE, but it looks perfectly all right in Firefox. Firefox: IE: The part of the background that doesn't behave is controlled by this line in the CSS file (in #content): background: url(images/bg.jpg) repeat-y; It looks like IE simply ignores the line. Why is that and what can I do about it? Thanks, Mads
works fine for me mate - what version of IE are you using? (i tested in IE7) i've not looked at your css yet though
Looks like a "haslayout" issue in ie6. This fixes it for me: * html #content {height:1%;} This gives "haslayout" to #content in ie6 and below only.
IE6... haven't tried IE7 (I have changed to Firefox long ago) I'll try looking at the haslayout thing. Thanks.