> What's the best way to have a progress bar that can fill up > between 0 and 100%. Keep in mind that both the bar itself > and the fill probably need to be images.
Have a look at the progress bar included with Drupal core: http://cvs.drupal.org/viewcvs/drupal/drupal/misc/progress.js?view=markup It relies on some css in http://cvs.drupal.org/viewcvs/drupal/drupal/modules/system/system.css?view=markup (see the 'progressbar' comment near the bottom) and uses a gif image http://cvs.drupal.org/viewcvs/drupal/drupal/misc/progress.gif?view=markup _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
