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
background-size: 200px 50px change it to 100% 100% and it will scale on the needs of the content tag like ul li or div... tried it