I need to make a background for a website cover the entire screen, BUT tile vertically. I cant use HTML5. Here is the website, sorry the code is messy I wrote the original code a few years back when I didnt know how to right organized code.
Share
the problem with using CSS background-image with the repeat-y option is that the image won’t fill the width of the screen.
To get the image to fill the width and ALSO tile vertically do the following.
I’ve tested and it works.
Remove the current
<div class="background">block containing your background imagesAdd the following code block to the
<center>element you have on your pagenow add/modify the following CSS statements