Per esempio:
div.topbanner {
top: 0;
left: 49%;
margin-left: -387px;
/width: 664px;
/height: 320px;
position: absolute;
}
body{
background-position:top center;margin-top: 320;}
dovresti scriverlo come:
div.topbanner {
top: 0;
left: 49%;
margin-left: -10%;
/width: 664px;
/height: 320px;
position: absolute;
}
body{
background-position:top center;margin-top: 320px;}
In quali parti hai i problemi di visualizzazione con IE?