html, body{
margin:0;
padding:0;}
html {
background-attachment: fixed;
background-image: url(../pixgrafica/barrasinistra.png);
background-repeat: repeat-y;
background-position: 0px 0px;
background-color: #EFE6D1;}
body {
background-image: url(../pixgrafica/background.jpg);
background-repeat: no-repeat;
background-position: right bottom;
background-attachment: fixed;
height: 100%;
width: 100%;
z-index:1;
}
Questo è il css in cui volevo far vedere una barra a sinistra e un logo in basso a destra.
il logo è un'immagine ripetuta mentre il logo è fisso. Risulta bellissimo in IE ma con Opera e Mozzilla non si vede il logo. Come posso fare per far si che si veda in tutti i browers. Carletto