Ik zit met een klein probleem, ik wil dus zo'n percentage balkje, dat is me al aardig gelukt alleen wil hij de tekst niet mee in dat balkje zetten:
css code:
PHP
#div_progress {
height: 25px;
width: 100px;
background-color: black;
margin-top: 2px;
padding: 0px;
border: 1px solid #CEE7FF;
}
#percentage {
float: left;
color: white;
margin-bottom: 78px;
}
Toon Meer
html code:
PHP
<p>Percentage; <div id="div_progress"><img src="images/blue.png" height="25px" width="75%" style="max-width:100px;" /><span id="percentage">75%</span></div></p>
Iemand een idee hoe ik dit xhtml valid kan oplossen? Alvast bedankt :cheer: