Hello
resolved a big part of my problem in some pages but if u still want to have a look !!!
thanks
Mario
Hello
resolved a big part of my problem in some pages but if u still want to have a look !!!
thanks
Mario
Adding
background-repeat: repeat-y;
will make the image repeat if the page is too tall, which in your case would work well.
Alternatively, you could sample the color at the bottom of your image since it is uniform, and put just above background-image
background-color: #xxxxxx;
so the color continues down as far as the page goes.