Qprogress

Intro

This is an animated progress bar that can be used to display anything on your website. The animation is handled internally and you can change its value at any time during the animation.

For a simple horizontal progress bar, it's thus done

window.addEvent('domready', function(){ q=new Qprogress($('menus'),{ }); })

 

You can move it to any percentage

You can change the style of the progress bar itself to any background color or image of your choice