http://demo.stamyna.com/test.asp
con IE, allargando e stringendo la pagina il fondo si scompone e ricompone.
Questo l'HTML
<body>
<div id="bg">
<div id="sx"></div>
<div id="dx"></div>
</div>
</body>
Questo il CSS
* { margin: 0px; padding: 0px; }
body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
#bg {
text-align: center;
}
#sx {
width: 50%;
height: 710px;
float: left;
display: inline;
background-image: url(../immagini/bg_sx.gif);
background-repeat: repeat-x;
}
#dx {
width: 50%;
height: 710px;
float: left;
display: inline;
background-image: url(../immagini/bg_dx.gif);
background-repeat: repeat-x;
}
C'è bisogno di qualche hack?
Grazie


Rispondi quotando