0

I try to create groupbox with scrollable content in chrome: http://jsfiddle.net/66a8V/.

    <!-- language-all: lang-html -->
    <fieldset style="width:400px; height: 200px">
        <legend>Groupbox</legend>
        <div style="overflow: hidden; width:100%; height: 100%">
            <div style="overflow:scroll; width:100%; height: 100%">
                <h1>Content</h1>
                <h1>Content</h1>
                <h1>Content</h1>
                <h1>Content</h1>
                <h1>Content</h1>
                <h1>Content</h1>
                <h1>Content</h1>
            </div>
        </div>
    </fieldset>

Groupbox size is not fixed.

Fieldset measures inner available height without legend. How to fit inner div size?

jreznot
  • 2,694
  • 2
  • 35
  • 53

0 Answers0