i have a div which is ex. 500px by 500px and i have an image (texture image) that is 10px by 10px. i have set this image to repeat horizontally and vertically. i have done this in order to save bandwidth but the question is : does this save bandwidth or it is the same as i make a background image 500 by 500 px ??? (so this image will be downloaded once to the client or it will be downloaded as many times as it is repeated ?? )
the same question for two img tag in html that have the same src but different sizes .
thanks in advice !