aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-30 18:01:54 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-30 18:01:54 +0000
commit50041d9a859fc07d1ff86e4e539fffc6d2568af7 (patch)
tree10a5e969eac0cb9e8e62ccf16b2b0f0845dba724
parent9f2c52eafd877c6b809c357eeec257504d969128 (diff)
downloadjquery-ui-50041d9a859fc07d1ff86e4e539fffc6d2568af7.tar.gz
jquery-ui-50041d9a859fc07d1ff86e4e539fffc6d2568af7.zip
Set resize box to be less tall, added instructions.
-rw-r--r--demos/accordion/fillspace.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html
index bced182f6..680f34351 100644
--- a/demos/accordion/fillspace.html
+++ b/demos/accordion/fillspace.html
@@ -28,7 +28,7 @@
<div class="demo">
-<div id="accordionResizer" style="padding:5px;" class="ui-widget-content">
+<div id="accordionResizer" style="padding:5px; height:250px;" class="ui-widget-content">
<div id="accordion">
<div>
@@ -69,7 +69,7 @@
<div class="demo-description">
-<p>In this example, the fillSpace option is used to make the accordion fit within a specific height and/or width. The script will automatically set the dimensions of the accordion to the height of the parent container.</p>
+<p>In this example, the fillSpace option is used to make the accordion fit within a specific height and/or width. The script will automatically set the dimensions of the accordion to the height of the parent container. Try re-sizing the outer box to see the accordion fill the height of the box.</p>
<pre>fillSpace: true</pre>
</div><!-- End demo-description -->