06-30-2011, 06:08 PM
Immagino che essendo 10px devi metterla in ripetizione...
o repeat-x
Che programma stai usando?
Codice:
body
{
background-image:url('img.jpg');
background-repeat:repeat-y;
}
o repeat-x
Che programma stai usando?