je comprends pas, ça marche très bien chez moi :
Code :
- <html>
- <style type="text/css">
- <!--
- div#boite1{height:50px; float:left; background-color:green}
- div#boite2{width:100%; background-image:url('./fond.gif'); background-repeat: repeat-y;}
- -->
- </style>
- <body>
- <div id="boite1">test</div>
- <div id="boite2">suite</div>
- <div id="boite3">bas</div>
- </body>
- </html>
|
as tu pensé à mettre les "div" dans ton css ?
Axel