1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
7 <title>Slashdot Layout Bug Testcase
</title>
9 <style type=
"text/css">
10 /* These rules cause the layout issue */
11 #yellow{ height: 100%; }
12 #blue { height: 100%; }
13 /* #green { height: 100%; } /* */
15 /* These rules are to demonstrate the layout issue */
16 #yellow { border: 3px solid yellow; }
17 #blue { border: 3px solid blue; }
18 #green { border: 3px solid green; }
19 #red { border: 3px solid red; }
20 #navy { border: 3px solid navy; }
27 <div id="yellow">Yellow
29 <div id="green">Green</div>
30 <div id="red">Red</div>