Download & Extend

CSS3 Progress Bar

A Drupal theme implementation of Josh Sullivan's CSS3 Progress Bars.

This module allows any number field to be displayed as a progress bar as well, so you can make a nice view of content with "percent complete" progress bars, etc.

Usage example

theme('css3_progress_bar', array('classes' => array('purple_container'),
                                 'bars' => array(
                                            array('color' => 'blue', 'width' => 30),
                                            array('color' => 'green', 'width' => 30),
                                           )
                                  )
                                ));

Downloads

Project Information


Maintainers for CSS3 Progress Bar

Issues for CSS3 Progress Bar

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports