Set size on backgroundimage with css?
Posted
by Johan
on Stack Overflow
See other posts from Stack Overflow
or by Johan
Published on 2009-08-27T14:08:01Z
Indexed on
2010/03/20
2:51 UTC
Read the original article
Hit count: 458
css
|css-background-image
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...
© Stack Overflow or respective owner