|
you can use background-repeat: repeat; if the background is repeatable.
setting your background to 100% of the screen will distort the image, so you have to use javascript to detect the user's browser size
--
if you are talking about when you decrease the browser size and scroll over, there is white space, then this is due to margin: 0 auto; try setting the parent tag to min-width: (value of child width)
|