trying to obtain a colored side nav that stretches the page height.
body {background-image: url(../folder/color.gif); background-repeat: repeat-y; background-position: 0px 500px;}
The idea is that the image tiles from 500px down the page (0px from left). However the image tiles from the top thus extending above the required start position. I dont see whats wrong with the above code?