ho un div container di 777px e un header di 760... dovrei centrare l'header all'interno del container ma firefox me lo allinea a sx mentre IE 6 lo centra (quasi) bene. Qualcuno mi dà una mano? Grazie
#container{
width: 777px;
background: #ffecdc url("img/body.gif") repeat-y;
margin: 0px auto;
text-align: center;
}
#header {
background: url("img/header.gif") no-repeat;
text-align:center;
height: 100%;
width: 760px;
margin: 0;
padding: 0;
}