ho questo css:
codice:
#gauche {
	position: absolute;
	left:0;
	top:200px;
	width: 147px;
	background:url(images/bg_sx.gif)repeat-y;
	border-left:1px solid #333b57;
	border-right:1px solid #333b57;
	border-bottom:1px solid #333b57;
}
in Mozilla l'immagine di background si vede correttamente, mentre in IE no...perchè?