blob: 1df68b68fd72b869fdaeab323b99917bddc9d3f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<style>
body { overflow: hidden; } /* Disable auto-scrollbars, to hide crbug.com/534751 */
</style>
<div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webkit-column-gap:0; columns:2; column-gap:0; column-fill:auto;">
<div style="height: 55px;"></div>
<table cellspacing=0 cellpadding=0>
<tr>
<td><div style="height: 50px; width: 25px;"></div></td>
<td style="width:3em; background-color: orange;" valign=bottom>Text</td>
</tr>
</table>
<div style="border-top: solid;"></div>
</div>
|