Bonjour à tous,
Voila j'ai une petite question, j'aimerai comprendre pourquoi quand je donne une taille % à mon contenu celui-ci n'apparait il pas..?
Merci à tous
Voila j'ai une petite question, j'aimerai comprendre pourquoi quand je donne une taille % à mon contenu celui-ci n'apparait il pas..?
<style type="text/css">
body {
margin:0;
padding:0;
}
#entete {
height:100px;
widht:100%;
background: transparent url(Image2.jpg) top left no-repeat;
}
#contenu {
position: relative;
height:500px;
width:100%;
background-color:#00CC00;
}
#pied {
width:100%;
height:10px;
background-color:#CC9900;
}
</style>
</head>
<body>
<div id="entete"></div>
<div id="menutop"></div>
<div id="contenu"></div>
<div id="pied"></div>
Merci à tous
