Code : Tout sélectionner
<style type="text/css">
<!--
.barre {
width: 800px;
}
.gauche {
background-image: url(http://www.bentobox.jp/barre/bgcontG.gif);
background-repeat: no-repeat;
height: 33px;
width: 21px;
float: left;
}
.droite {
background-image: url(http://www.bentobox.jp/barre/bgcontD.gif);
background-repeat: no-repeat;
height: 33px;
width: 21px;
float: right;
}
.milieu {
background-image: url(http://www.bentobox.jp/barre/bgcontF.gif);
background-repeat: repeat-x;
height: 33px;
width: auto;
float:auto;
}
-->
</style>
<div class="barre">
<div class="gauche"></div>
<div class="milieu"></div>
<div class="droite"></div>
</div>