Set size on backgroundimage with css?
- by Johan
Is it possible to set the size of the backgroundimage with css?
I want to do something like:
background: url('bg.gif') top repeat-y;
background-size: 490 px;
But it seems it's totally wrong to do like that...