Accueil du forum » (X)HTML / CSS » Soucis avec div extensible [Réglé]
pour le menu avec un background en couleur et juste sur la droite avec un float left j'ai une div (<div id="corps">
qui peut être extensible.
________________
testeur
<div id="container">
<div id="menu">
<?php include ('inc/menu.php'); ?>
</div>
<div id="corps">
<?php include ('inc/corps.php'); ?>
</div>
<div class="fin_container"></div>
</div>
#container{
width:890px;
background:#010542;
text-align: center;
}
.fin_container{
clear:both;}
#menu{
width:200px;
height:auto;
float:left;
text-align: center;
}
#corps{
width:690px;
margin-left:10px;
float:left;
background-color:#FFF;
}
________________
Anything that can go wrong will go wrong (Murphy)
Statut:
Modérateur
________________
testeur
- Les conditions générales d'utilisation du site