Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8311723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T19:54:29+00:00 2026-06-08T19:54:29+00:00

I see a lot of example progress bars that show the progression bar being

  • 0

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!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T19:54:30+00:00Added an answer on June 8, 2026 at 7:54 pm

    If you like the Buffalo one, just have a look at how they do it.

    First they define a div like this:

    <div id="progress">
        <div id="complete" class="s1">
            <div id="marker"></div>
        </div>
    </div>
    

    Then they use CSS to render the div based on the progress (which is controlled with class=”s1″ and so on).

    /**
     * PROGRESS
     */
    #progress,#complete {
        width: 520px;
        margin: 1px 0 19px;
        height: 32px;
        background:url(/img/backgrounds/progress.png);
        position:relative;
    }
    #complete {
        background-position: 0px 57px;
        margin-top: 0;
    }
    #complete #marker {
        position: absolute;
        top: 0;
        right: -26px;
        background:url(/img/backgrounds/markers.png);
        width: 26px;
        height: 32px;
    }
    #progress .s1 {
        width: 19px;
    }
    #progress .s2 {
        width:111px;
    }
    #progress .s3 {
        width:203px;
    }
    #progress .s4 {
        width:295px;
    }
    #progress .s5 {
        width:386px;
    }
    #progress .s6 {
        width:478px;
    }
    #progress .s2 #marker {
        background-position: -26px 0;
    }
    #progress .s3 #marker {
        background-position: -52px 0;
    }
    #progress .s4 #marker {
        background-position: -78px 0;
    }
    #progress .s5 #marker {
        background-position: -104px 0;
    }
    #progress .s6 #marker {
        background-position: -130px 0;
    }
    

    The CSS manipulates images to show the desired state

    enter image description here

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I see a lot of legacy .Net 1.1-style code at work like in example
I see a lot of discussion about getting dates that are pre-1970. For example,
I see lot of example opening popup with jquery but don't see anything that
I see a lot of example code for C# classes that does this: public
I see a lot of code, particularly in Apple example code, that resembles the
I've seen a lot of example code written using something like (please forgive how
I'm see a lot of projects which releases, for example, library for multiple .net
I see a lot that function returns NOT the result but the function. The
there are a lot of examples that show how to redirect the stdout of
A lot of times when reading source code I see something like this: public

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.