Voila je veux en premier div centrer au centre :
#page {
margin-left: auto;
margin-right: auto;
height:800px;
width: 980px;
margin: 0 auto;
border-right:1px dashed #333;
border-left:1px dashed #333;
border-bottom:1px dashed #333;
}
Puis je veux y insérer deux div respectivement bordure et centre qui seront aligner horizontalement :
#bordure{
width:150px;
height:600px;
float:left;
}
et
#centre{
width:700px;
padding-left:10px;
padding-right:10px;
border-right:1px dashed #333;
border-left:1px dashed #333;
float:left;
}
le div principal est bien au centre mais les deux autres sont l'un sur l'autre, donc si quelqu'un pouvait m'aider :?
#page {
margin-left: auto;
margin-right: auto;
height:800px;
width: 980px;
margin: 0 auto;
border-right:1px dashed #333;
border-left:1px dashed #333;
border-bottom:1px dashed #333;
}
Puis je veux y insérer deux div respectivement bordure et centre qui seront aligner horizontalement :
#bordure{
width:150px;
height:600px;
float:left;
}
et
#centre{
width:700px;
padding-left:10px;
padding-right:10px;
border-right:1px dashed #333;
border-left:1px dashed #333;
float:left;
}
le div principal est bien au centre mais les deux autres sont l'un sur l'autre, donc si quelqu'un pouvait m'aider :?