05-01-2008, 01:12 AM
Je te conseille de faire en sorte de renvoyer une sortie HTML de ce genre :
Le CSS :
Le HTML :
Sephi-Chan
Le CSS :
Code :
.barrePourcentage {
width: 100px;
border: 1px solid #000;
background: #fff;
}
Le HTML :
Code :
<div class="barrePourcentage"><img src="barreRouge.jpg" width="<?php echo $pourcentage;?>" alt="<?php echo $pourcentage;?>% de vie"/></div>
Sephi-Chan