boh... tralasciando il posizionamento..anche se scrivo così.. mi visualizza solo quello di sinistra nell'html
Codice PHP:
html {
/*left:0px; top:0px; */
background-image:url(/img/parte_nascosta_sx.jpg);
background-position:top left;
background-repeat:no-repeat;.
background-color: transparent;
}
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
/*left:50%; margin-left:454px; top:0px;*/
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image:url(/img/parte_nascosta_dx.jpg);
background-position:top right;
background-color: transparent;
background-repeat:no-repeat;
}