Hi,
I am making a web page for a friend and at the minute I have the layout as follows: there is a 10% border, 80% center area for the banner and content, and another 10% border on the right.
Now instead of having the left and right areas empty I would like to have an image repeating down as far as the page goes (which will probably be different for each page). I would like the image to resize when the window is resized (so img size will be 100% in the 10% area).
I have added a div and set the float:left properties and set the size and this is great but I can't get the image to repeat. I have also tried setting the image as a background image and that got it to repeat but then it stays its original size. Is there a way to get the image to repeat and resize?
Thanks, Neil