diff options
Diffstat (limited to 'demos/accordion')
-rw-r--r-- | demos/accordion/fillspace.html | 4 |
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 --> |