Salve
Come da oggetto in firefox la tabella centrale è più alta rispetto ad i.e.
Io la voglio come su i.e.
body {
background-image: url(sfondo.jpg);
background-repeat: repeat;
background-position: center;
}
#contenitore {
height: 600px;
width: 800px;
margin-right: auto;
margin-left: auto;
background-image: url(fiori.png);
z-index: 200;
}
#logo {
height: 70px;
float: left;
width: 40%;
}
#menu {
float: right;
height: 70px;
width: 60%;
}
#boxbianco {
background-color: #FFFFFF;
height: 400px;
width: 600px;
margin-right: auto;
margin-left: auto;
margin-top: 150px;
}

Rispondi quotando
