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
| Sujet | Forum |
|---|---|
Sujet posté par bebert171 le 01/09/2010 à 20h47'36 |
![]() |
Sujet posté par jap le 29/08/2010 à 13h43'43 |
![]() |
Sujet posté par morfaloo le 27/08/2010 à 16h51'16 |
![]() |
Réponse postée par alexy2000 le 17/08/2010 à 12h05'42 |
![]() |
Sujet posté par rer le 26/07/2010 à 09h46'18 |
![]() |
Réponse postée par 7528620xs le 20/07/2010 à 08h11'22 |
![]() |
Réponse postée par xerses le 20/07/2010 à 08h10'08 |
![]() |
Réponse postée par thierry576 le 20/07/2010 à 08h08'47 |
![]() |
Sujet posté par resolutionbio le 29/06/2010 à 20h08'01 |
![]() |
Sujet posté par romaluc le 25/06/2010 à 19h53'13 |
![]() |