Hello, I recently made a new website and I'm using an image as a background. #content{ width:auto; min-height:370px; height:auto; margin:0 auto; background-image: url(/images/zijkantcontent.png);} Code (markup): Website: http://www.crazyeffect.nl/ The image is supposed to repeat itself all the way to the left and right side, like it does at the top. As you can see this is not working. Is there any other code worth giving a try? Thanks in advance, Eric Note: The website is not working in IE yet, please take a look at it in another browser.
Remove any margins/padding: *{margin:0; padding:0;} Code (markup): Next, make sure you repeat-x that bg image