I see a lot of example progress bars that show the progression bar being filled up. However, I would just like to know how I could make a progress reflect step by step form progress. A good example of what I would want can be seen Here. Any helpful code or examples/demos from other pages would be good to have.
Thanks!
If you like the Buffalo one, just have a look at how they do it.
First they define a div like this:
Then they use CSS to render the div based on the progress (which is controlled with class=”s1″ and so on).
The CSS manipulates images to show the desired state