diff options
Diffstat (limited to 'demos/slider/multiple_vertical.html')
-rw-r--r-- | demos/slider/multiple_vertical.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/demos/slider/multiple_vertical.html b/demos/slider/multiple_vertical.html index cafd1b48e..30d215133 100644 --- a/demos/slider/multiple_vertical.html +++ b/demos/slider/multiple_vertical.html @@ -53,6 +53,9 @@ </head> <body> + +<div class="demo"> + Master volume: <div id="slider0" style="width:260px; margin:15px; clear:both;"></div> @@ -66,5 +69,15 @@ Graphic EQ: <div id="slider5" style="height:120px; float:left; margin:15px"></div> <div id="slider6" style="height:120px; float:left; margin:15px"></div> <div id="slider7" style="height:120px; float:left; margin:15px"></div> + +</div><!-- End demo --> + + + +<div class="demo-description"> + +<p>This example shows how easy it is to add multiple sliders to a page, each with their own options, to make a UI for a music player.</p> + +</div><!-- End demo-description --> </body> </html> |