demos/slider/range_vertical.html: clarified description

This commit is contained in:
Richard Worth 2008-12-31 03:41:22 +00:00
parent fb4e75f9f8
commit 91c37697de

View File

@ -36,7 +36,7 @@ orientation: "vertical",
range: true,
values: [17, 67]
</pre>
<p>It's important to note that a vertical slider needs a height set. You can do this via the script options or by adding a height through CSS. </p>
<p>It's important to note that a vertical slider needs a height set. You can do this via .height() or by setting the height through CSS. </p>
</div><!-- End demo-description -->