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
Original issue reported on code.google.com by
jan.prac...@gmail.com
on 11 Aug 2010 at 8:03