Thursday, September 27, 2007

HTML Progress Bar

This is a pretty neat HTML progress bar hack that I found while reading through Barbie's presentation on becoming CPAN tester.

Basically, it is taking several monochromatic image files and altered the width to fit the ratio of progression.

<img src="green.png" width="75.4465161923454" height="16"/>
<img src="red.png" width="4.55348380765456" height="16"/>

I implemented it to sweeten the result page.

1 comment:

Ali said...

very interested site and thank you!