Is it possible to set the size of the background image with CSS?
I want to do something like:
background: url(\'bg.gif\') top repeat-y;
background-si
You can use two One is a container (it is the one which you originally wanted the
background image to appear at). The second one is contained within. You set its size to the size of
the background image (or the size you wish to be appearing). The contained div is then set to be positioned It enables you to use sprite images efficiently.
absolute. This way it does not interfere with the normal flow of items in the containing div.