1209994-1-ref.html (234B)
1 <!DOCTYPE html> 2 <style> 3 div { 4 height: 240px; 5 } 6 #f { 7 height: auto; 8 overflow: hidden; 9 padding: 0; 10 border: none; 11 } 12 </style> 13 There should be a visible fieldset below: 14 <div> 15 <fieldset id="f">This is fieldset</fieldset> 16 </div>