Basically I am looking out for the script of a progress bar that starts from the middle of the bar(, not like the conventional progress bar that starts from the start on the left(or, to that matter, from the right) side of the bar. My aim is to fill the progress bar 1. to the right side(from the center of the bar) when the value is positive 2. to the left side(from the center of the bar again) when the value is negative. CSS Experts, please guide me if this kind of progress bar is available else where or let me know if this possible and if you can help. Thanks.
I dunno about doing that in CSS, probably possible but really unnecessary I assume you mean something like this in javascript: http://demos.componentone.com/wijmo/5/Angular/GaugeIntro/GaugeIntro/ The term you're looking for is "gauge", you should be able to find something closer to your needs if you google it perhaps