ragazzi ho un problema.
In pratica su un sito che sto facendo con Due colonne ho che in Firefox le colonne vengono visualizzate correttamente ......mentre in Internet Explorer ed in Safari vedo la Colonna di destra sotto quella di Sinistra....cosa puo' essere??
Ecco il codice CSS
@charset "UTF-8";
/* CSS Document */
body
{
background-image:url(../images/bg.gif);
background-repeat: repeat-x;
height:100%;
background-color:#ffa510;
}
#container {
height:100%;
width:900px;
margin:0 auto;
}
#logo {
height:104px;
width:366px;
}
#header{
width: 900px;
height: 160px;
margin-top:70px;
/*background: url(../images/logo.png) 10px 60px no-repeat;*/
}
#navigation {
width: 450px;
height: 60px;
float:right;
/*background: url('images/nav.png') 110px -10px no-repeat;*/
}
#flashcontent{
width:900px;
height:350px;
padding-left:55px;
}
#divideru{
width:900px;
height:60px;
}
#dividerd{
width:900px;
height:60px;
}
#colsx{
background:url(../images/intro.jpg) no-repeat;
width:400px;
height:550px;
float:left;
margin-top:8px;
margin-left:25px;
border-color:#000000;
}
#coldx{
margin-top:0px;
width:400px;
height:450px;
padding-left:10px;
}
#hor_divider{
width:40px;
height:500px;
float:left;
}
#coldx li{
list-style:none;
border:none;
}