allora...
posto un pò di codice per la questione del fatto che con ie appare la barra orizzontale e con mozilla no
codice:
body {
text-align: center;
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
border-bottom-width: 2px;
border-bottom-style: none;
border-bottom-color: #999999;
background-color: #000000;
}
.oneColFixCtrHdr #container {
margin: 0 auto;
text-align: center;
border-top-width: 1px;
border-right-width: 2px;
border-bottom-width: 1px;
border-left-width: 2px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #000000;
border-right-color: #999999;
border-bottom-color: #000000;
border-left-color: #999999;
}
.oneColFixCtrHdr #cntn{
background-color:#0a0a0a;
clear:both;
float:left;
width:100%;
}
.oneColFixCtrHdr #mainContent {
background-color: #0a0a0a;
margin-top:-2%;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0px;
width:100%;
height:500px;
}
.oneColFixCtrHdr #mainPres{
background-color:#0a0a0a;
float:right;
width:20%;
font-size:12px;
font-family:Verdana;
text-align:left;
padding:0px;
margin-top:5%;
color:#b0b0b0;
}
l'elemento che sfasa su ie è l'elemento div #cntn che su ie mi fa apparire la barra di scorrimento orizzontale. su mozilla no...