Chcialbym zrobic tlo strony z dwoch obrazkow. Gorna czesc strony zaczynalaby sie od gradientu a dol strony wypelnilby inny obrazek. Chcialem osadzic to wszystkow <body> ale wyswietla sie tylko gradient kolejna czesc strony jest biala :
Kod
body {
background:url(../images/bg-gradient.jpg)repeat-x scroll 0 0px,url(../images/bg.jpg) repeat fixed 0 0 rgba(0, 0, 0, 0);
width: 100%;
}
background:url(../images/bg-gradient.jpg)repeat-x scroll 0 0px,url(../images/bg.jpg) repeat fixed 0 0 rgba(0, 0, 0, 0);
width: 100%;
}