Ticket #1098: 281003.htm

File 281003.htm, 575 bytes (added by Hallvord R. M. Steen (Opera Software), 17 years ago)

Test case for TABLE float issue

Line 
1<html>
2<head>
3        <title>  FCK Toolbar demo  </title>
4<style>
5table{ border-collapse: collapse; }
6table.demo{ width: 100%}
7table.demo td{ white-space: nowrap }
8table.demo table{ width: 30%; float:left }
9table.demo table td{ background: blue; }
10</style>
11
12
13
14</head>
15<body>
16<p>You should see a single horizontal blue bar below</p>
17
18<table class="demo" border="0" cellpadding="0"><tr>
19        <td>
20                <table><tr><td>&nbsp;</td></tr></table>
21                <table><tr><td>&nbsp;</td></tr></table>
22                <table><tr><td>&nbsp;</td></tr></table>
23        </td>
24</tr></table>
25
26</body>
27</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy