désolé, jrelance mon topic mais j'arrive pas à trouver de soluce.
Seul le contenu de "centre" force le "pied". "Gauche" et "droite" passent par dessus, ce qui est génant quand j'ai menu de gauche plus important que le centre.
Voici mon css, ci quelqu'un sait comment regler ça :
Code :
- body {
- font-family:Verdana, Arial, Helvetica, sans-serif;
- font-size: 0.8em;
- margin: 0;
- padding: 0;
- }
- #header {
- height: 100px;
- background-color: #99CCCC;
- }
- #conteneur {
- position: absolute;
- width: 750px;
- left: 50%;
- margin-left: -375px;
- background-color:#CCCCFF;
- }
- #centre {
- background-color:#9999CC;
- margin-left: 150px;
- margin-right: 150px;
- }
- #gauche {
- position: absolute;
- left:0;
- width: 150px;
- margin-left: 0px;
- margin-right: 150px;
- }
- #droite {
- position: absolute;
- right:0;
- width: 150px;
- margin-left: 600px;
- margin-right: 0px;
- }
- #pied {
- height: 30px;
- background-color: #99CC99;
- }
|
merci d'avance
Message édité par kameha le 17-06-2004 à 14:03:41