blob: fdad7e872ae9ae642d6d675d3b91368354a25b7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html>
<body>
<div style="display: -moz-inline-box; background: yellow;">
<table style="height: 101%; background: lightgreen;">
<tr>
<td></td>
</tr>
</table>
<div>
c
<div style="height: 100%; background: lightblue;">
</div>
</div>
</div>
</body>
</html>
|