Set resize box to be less tall, added instructions.

This commit is contained in:
Todd Parker 2008-12-30 18:01:54 +00:00
parent 9f2c52eafd
commit 50041d9a85

View File

@ -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 -->