ho messo un sfondo al tag body:
body {
background-image: url(../img/bg_2.gif);
background-repeat: repeat;
}
Vorrei che si ripetesse, ma solo in verticale e non in orizzontale...
è possibile?
grazie
ho messo un sfondo al tag body:
body {
background-image: url(../img/bg_2.gif);
background-repeat: repeat;
}
Vorrei che si ripetesse, ma solo in verticale e non in orizzontale...
è possibile?
grazie
1,2,3,4,5,10,100 passi!
Prova cosìOriginariamente inviato da i_am_antipop
ho messo un sfondo al tag body:
body {
background-image: url(../img/bg_2.gif);
background-repeat: repeat-y ;
}
Vorrei che si ripetesse, ma solo in verticale e non in orizzontale...
è possibile?
grazie
Ciao![]()
![]()
verticale
background-repeat: repeat-y;
orizzontale
background-repeat: repeat-x;
![]()