aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/multiple_vertical.html
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-30 19:08:39 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-30 19:08:39 +0000
commitf57f31c72d180442785bbf92290799c140aa17eb (patch)
tree9aa619402c3c9c5be4589d33a39e2f2fe8c52e48 /demos/slider/multiple_vertical.html
parent7281bd73d64c6fa6f68fe15d5aaac601f0cb2adc (diff)
downloadjquery-ui-f57f31c72d180442785bbf92290799c140aa17eb.tar.gz
jquery-ui-f57f31c72d180442785bbf92290799c140aa17eb.zip
Added container divs and added descriptions
Diffstat (limited to 'demos/slider/multiple_vertical.html')
-rw-r--r--demos/slider/multiple_vertical.html13
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>