hvorfor bruger serveren til at lave noget som man kan lave med simpelt HTML?
Use server power to create the image each time:
<div style="position:relative;width:100px;height:15px;border:1px black solid;text-align:center"><span style="z-index:1;position:absolute;top:0px;left:0px;width:48%;background:#AAAAFF;font-size :10px;height:100%"></span><span style="position:relative;z-index:2; font-size :10px;">48%</span></div>
Make 100 images to do these bars:
<div style="position:relative;width:100px;height:15px;border:1px black solid;text-align:center"><span style="z-index:1;position:absolute;top:0px;left:0px;width:30%;background:#AAAAFF;font-size :10px;height:100%"></span><span style="position:relative;z-index:2; font-size :10px;">30%</span></div>
Make 3 html lines:
<div style="position:relative;width:100px;height:15px;border:1px black solid;text-align:center"><span style="z-index:1;position:absolute;top:0px;left:0px;width:70%;background:#AAAAFF;font-size :10px;height:100%"></span><span style="position:relative;z-index:2; font-size :10px;">70%</span></div>
-----------------------------------------------------------------------------
Min side ->www.the-hive.dk/~donp/