I have a background image with size 1x947 px,
the problem is it's a gradient color, so i only use repeat-x, but when the page height over 947 px, it shows it background color,
background-image:url(bg.gif);
background-repeat:repeat-x;
how to stretch it?
here's the code example on fiddle http://jsfiddle.net/K9cUd/1/