Build Step Progress Bar (css and jquery)
问题 You've seen iterations of this type of progress bar on sites like paypal. How does one go about setting this up using CSS and jquery ? I have 4 pages and each page is a step... so 4 steps. 回答1: I have searched for a solution that will visualize process steps in my web application. I have found the following excellent write-up by Stephen A Thomas: Tracking Progress in Pure CSS (Original Link now dead) In his approach Thomas even gets away with just using CSS - no Javascript! In an essence the