Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Fala Galera!
Estou com o seguinte problema no meu css.
Segue o link da página: SITE
Quando visualizo no FF, fica tudo normal.
Mas quando visualizo no IE, fica com espaços e algumas div's ficam fora.
Se puderem me ajudar!
Segue o css....
/ CSS Document /
body{
float:left;
margin:0px;
padding:0px;
}
#pai{
float:left;
width:763px;
margin:0px;
padding:0px;
}
#logo{
float:left;
}
#player{
float:left;
}
#melhor_reggae1{
float:left;
}
#flash{
float:left;
}
#news{
float:left;
}
#melhor_reggae2{
float:left;
}
#textos{
float:left;
width:339px;
height:464px;
}
#textos img{
float:left;
margin:5px;
}
#show1{
float:left;
width:39px;
margin-top:5px;
}
#texto_show1{
float:left;
width:200px;
margin:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#CC0000;
}
#show1_informacoes{
float:left;
margin:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:10px;
}
#divisao{
float:left;
widows:339;
}
#show2{
float:left;
width:39px;
margin-top:5px;
}
#texto_show2{
float:left;
width:100px;
margin:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#CC0000;
}
#show2_informacoes{
float:left;
margin:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:10px;
}
#arvores{
float:left;
}
Abçs
Carregando comentários...