Salve ho un problema con firefox nella visualizzazione di un sito che sò preparando, fondamentalmente con IE l'impaginazione non da problemi, con firefox mi sposta tutto qua e la. Questo è il link, vi posto anche il css probabilmente è li l'errore...
codice:
.top {
	background-image: url(../images/layout/layout_top.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 15px;
	width: 955px;
}
.left {
	background-attachment: fixed;
	background-image: url(../images/layout/layout_left.gif);
	background-repeat: no-repeat;
	height: 560px;
	width: 18px;
}
.center {
	background-attachment: fixed;
	background-image: url(../images/layout/layout_site.gif);
	background-repeat: no-repeat;
	height: 560px;
	width: 919px;
}
.right {
	background-image: url(../images/layout/layout_right.gif);
	height: 560px;
	width: 18px;
}
.bottom {
	background-attachment: fixed;
	background-image: url(../images/layout/layout_bottom.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 955px;
}
qualche idea? Grazie