CSS problema con DIV

di il
2 risposte

CSS problema con DIV

Salve, nessuno può aiutarmi a capire perché con questo css tutto è ok in IE mentre Firefox prende il div di destra e lo sposta tanto a destra che esce dal container? Ci sto uscendo di testa...

#container {
width: 720px;
\width: 740px;
w\idth: 720px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
/*float: left;
padding: 10px;*/
text-align: left;
background-color: #000;
/*border: 1px solid #999;*/
}
#header {
padding: 0;
margin 0;
background-color: #fff;
/*text-align: left;*/
}

#div_sin {
width: 154px;
background-color: Black;
float: left;
}
#div_dx {
width: 418px;
height: 380px;
overflow: auto;
border: 1px dashed #fff;
/*float: left;*/
margin-left: 280px;
margin-top: 10px;
background-color: #333;
background-image: url(img/curve.jpg);
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;
}

2 Risposte

Devi accedere o registrarti per scrivere nel forum
2 risposte