Basic CSS Bar Graph
02
Price:free
<style>
.graph {
&n bsp; position: relative; /* IE is dumb */
&n bsp; width: 200px;
&n bsp; border: 1px solid #B1D632;
&n bsp; padding: 2px;
}
.graph .bar {
&n bsp; display: block;
&n bsp; position: relative;
&n bsp; background: #B1D632;
&n bsp; text-align: center;
&n bsp; color: #333;
&n bsp; height: 2em;
&n bsp; line-height: 2em;
}
.graph .bar span { position: absolute; left: 1em; }
</style>
<div class="graph">
<strong class="bar" style="width: 24%;">24%</strong>
</div>




Comments
EnTAfgvhYuqwFfQNdW
BcFeuVbRhbt
Post new comment