Salve utenti,
ho provato ad associare al body il seguente foglio di stile:

codice:
body {
	background: #FFFFFF url(images/footer.jpg) bottom repeat-x;	
	background: #FFFFFF url(images/background.jpg) top repeat-x;
	top:0px;
	margin:0;
	font-size:12px;
	font-family:Arial, "Trebuchet MS", sans-serif;
	color:#565656;
}
Vorrei mettere 2 sfondi diversi, 1 in top ed 1 in bottom, ma vedo che non va!
Neanche se scrivo:
codice:
body {
	background: #FFFFFF url(images/footer.jpg) bottom repeat-x, url(images/background.jpg) top repeat-x;
	top:0px;
	margin:0;
	font-size:12px;
	font-family:Arial, "Trebuchet MS", sans-serif;
	color:#565656;
}
Avete qualche suggerimento o alternativa?
Io vorrei adattare lo sfondo del footer in automatico alla larghezza della finestra.

Grazie.