Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
HTML Pages with CSS and JavaScript
progress bar on a multi page survey
Krishna Chaitanya Reddy Balam
Greenhorn
Posts: 22
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello All:
Can you please suggest a technique to include progress bar in one of the surveys which have multiple pages.
Thank you,
KC
Eric Pascarello
author
Posts: 15385
6
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What is the progress bar supposed to do. Increment with just the pages, or with questions?
Easiest thing to do is a div inside of a div
<div style="background-color: red; width: 300px; height: 30px; border: 1px solid black"> <div style="background-color: green; width: 30%; height: 30px;overflow:hidden"> </div> </div>
And you set the inside div's width with a percentage.
Eric
No holds barred. And no bars holed. Except this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
struts2 Execute and Wait Interceptor - progress bar
Suggestions on making a progress bar/waiting message
JProgressBar with a database connection
Progress bar within dialog box
progress bar
More...