Progress Bar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kasya
    New Member
    • Jun 2006
    • 57

    Progress Bar

    How Can I make A progress bar in JAVASCRIPT???
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Create a <div> with a coloured left border

    use javascript to make the border larger and larger and the content smaller and smaller.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      See this simple example.

      Comment

      Working...