Ciao a tutti ho questo css che su PC con ie 6 si vede benissimo, ma su mac con saphari e ie l'immagine di sfondo viene terribilmente spostata verso destra... Che posso fare?
codice:
<style type="text/css">
<!--
.bg {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: right 230px;
}
-->
</style>
L'oggetto "bg" lo richiamo su una table....

Grzie