bonjour a tous
par rapport a une feuille de style css
je voudrais que mon image du fond s'adapte a longueur du texte
voici le code css
#content {
height : 1500px;
width : 100% ;
background-image : url('../images/h1.png');
background-repeat : repeat-x;
clear : both;
margin-bottom: 0 ;
color : #72431a;
}
div#content {
position: relative;
text-align: justify
display: table;
float: right;
#left: 225px;
#top: 128px;
font-family: Georgia, "Times New Roman", Times, serif;
#font-size: 91%;
#color: #000000;
#line-height: 140%;
#width: 707px;
#height: 532px;
}
si on peut me dire ou est l'erreur merci d'avance