I'm trying to setup a repeating background image on a webpage of mine:
http://theravenel.mine.nu/pixelpost
Problem is, as you can see, the image isn't repeating. Here's the CSS code I have for it:
Code:
body{
... stuff
background-image:url("http://theravenel.mine.nu/pixelpost/img/body_bg.gif");
background-repeat:repeat;
}
Whats going on here? This should be working as far as I can tell...