Changeset 7475 for trunk/demos/widget

Show
Ignore:
Timestamp:
02/28/07 08:19:35 (23 months ago)
Author:
bill
Message:

Fixes #2215 (see bug for details)
Patch from Koranteng (IBM, CCLA on file).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/demos/widget/tabContainer.html

    r4400 r7475  
    1 <meta http-equiv="Context-Type" content="text/html; charset=UTF-8"> 
    21<!-- 
    32<!DOCTYPE html 
     
    2423 
    2524<style type="text/css"> 
     25// if we're running in standards-compliance mode make sure that we fill the viewport 
     26html, body { 
     27        height: 100%; 
     28} 
    2629body { 
    2730        font-family : sans-serif; 
     
    3942        part of this page.</p> 
    4043 
    41         <div id="mainTabContainer" dojoType="TabContainer" style="width: 100%; height: 70%" selectedTab="tab1" > 
     44        <div id="mainTabContainer" dojoType="TabContainer" style="width: 100%; height: 70%; min-height: 200px;" selectedTab="tab1" > 
    4245         
    4346                <div id="tab1" dojoType="ContentPane" label="Tab 1" >