OLD | NEW |
| 1 <script> |
| 2 if (window.internals) |
| 3 internals.settings.setRegionBasedColumnsEnabled(true); |
| 4 </script> |
1 <div style="height: 100px; width: 200px; border: solid; -webkit-columns: 2; -web
kit-column-gap:0"> | 5 <div style="height: 100px; width: 200px; border: solid; -webkit-columns: 2; -web
kit-column-gap:0"> |
2 <div style="height: 55px;"></div> | 6 <div style="height: 55px;"></div> |
3 <table cellspacing=0 cellpadding=0> | 7 <table cellspacing=0 cellpadding=0> |
4 <tr> | 8 <tr> |
5 <td><div style="height: 50px; width: 25px;"></div></td> | 9 <td><div style="height: 50px; width: 25px;"></div></td> |
6 <td style="background-color: orange;" valign=bottom>Text</td> | 10 <td style="background-color: orange;" valign=bottom>Text</td> |
7 </tr> | 11 </tr> |
8 </table> | 12 </table> |
9 <div style="border-top: solid;"></div> | 13 <div style="border-top: solid;"></div> |
10 </div> | 14 </div> |
OLD | NEW |