thais-molica / css-template-layout

Automatically exported from code.google.com/p/css-template-layout
0 stars 0 forks source link

Vertical layout is broken when body has height 100% #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
body {
        display: "tt" / 50px
                 "lr" / *
                80px *
        ;
        width: 100%;
        height: 100%;
}
#top {position: t; }
#left { position: l;  }
#right { position: r }

<body>
 <div id="top"></div>
 <div id="left"></div>
 <div id="right"></div>
</body>

What is the expected output? What do you see instead?
The top has 'height' auto instead of 50px, the right and the left have 'top' 0 
instead of 50px and do not fill body height.

What version of the product are you using? On what operating system?
v1.1.6

Please provide any additional information below.

Original issue reported on code.google.com by jan.prac...@gmail.com on 11 Aug 2010 at 8:03