From 04069424ced0b329d8335afcfba6a93de1181dea Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Tue, 30 Dec 2008 20:40:41 +0000 Subject: Added new resizable slider example --- demos/progressbar/resize.html | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 demos/progressbar/resize.html (limited to 'demos/progressbar/resize.html') diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html new file mode 100644 index 000000000..c50a75bdf --- /dev/null +++ b/demos/progressbar/resize.html @@ -0,0 +1,45 @@ + + + + jQuery UI Progressbar - Resize Demo + + + + + + + + + + + +
+ +
+
+
+ +
+ + + +
+ +

Since the progress bar is coded in percentages for flexible sizing, it will resize to fit whatever block it's placed inside. Try resizing the height and width of this bar to see how it maintains the correct proportions.

+ +
+ + + + + -- cgit v1.2.3