Set size on background image with CSS?

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-size: 490px;

But it seems it’s totally wrong to do it like that…

18 Answers
18

Leave a Comment