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 manius le 08/03/2010 à 17h43'46 |
![]() |
Réponse postée par nelsonv le 05/03/2010 à 18h06'29 |
![]() |
Réponse postée par xerses le 04/03/2010 à 15h16'05 |
![]() |
Réponse postée par noddys le 27/02/2010 à 15h15'48 |
![]() |
Sujet posté par toto02200 le 24/02/2010 à 14h32'53 |
![]() |
Sujet posté par alexap38 le 17/02/2010 à 01h23'07 |
![]() |
Réponse postée par lolo4415 le 01/02/2010 à 17h42'55 |
![]() |
Réponse postée par 1cyril le 22/01/2010 à 17h24'55 |
![]() |
Réponse postée par xerses le 12/01/2010 à 15h28'03 |
![]() |
Réponse postée par rer le 12/01/2010 à 11h21'31 |
![]() |