I know this has been asked before, but I've searched around and haven't found any solution that's worked for me. My background image won't scroll down: http://zombiekim.com/wordpress/category/brains/.
I'm using a Flexx template, and I have this as the body:
body {
background: #000000;
background-image: url(images/body-bg.gif) top center;
background-attachment: scroll;
color: #eee;
font-family: Arial, Trebuchet MS;
font-size: 12px;
line-height: 20px;
}
Thanks, help much appreciated!