| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <link rel="stylesheet" href="resources/default.css" /> | 4 <link rel="stylesheet" href="resources/default.css" /> |
| 5 <style> | 5 <style> |
| 6 table { | 6 table { |
| 7 border-spacing: 0px; | 7 border-spacing: 0px; |
| 8 background: red; | 8 background: red; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 <tr> | 37 <tr> |
| 38 <td style="overflow: hidden"><div class="green" style="height: 465px; wi
dth: 300px"></div></td> | 38 <td style="overflow: hidden"><div class="green" style="height: 465px; wi
dth: 300px"></div></td> |
| 39 <td id="cellToScroll" class="relative" style="overflow: scroll;"> | 39 <td id="cellToScroll" class="relative" style="overflow: scroll;"> |
| 40 <div class="relative red" style="height: 450px; width: 450px;"></div
> | 40 <div class="relative red" style="height: 450px; width: 450px;"></div
> |
| 41 <div class="absolute green" style="height: 450px; width: 450px; left
: 500px; top: 0px"></div> | 41 <div class="absolute green" style="height: 450px; width: 450px; left
: 500px; top: 0px"></div> |
| 42 </td> | 42 </td> |
| 43 </tr> | 43 </tr> |
| 44 </table> | 44 </table> |
| 45 </body> | 45 </body> |
| 46 </html> | 46 </html> |
| OLD | NEW |