1409114-2.html (296B)
1 <!DOCTYPE html> 2 <html> 3 <body style="overflow:hidden"> 4 <table style="position:relative; top:-50px"> 5 <col style="background:green; width: 40px;"> 6 <tr style="position:relative; left:-100px; height: 40px"> 7 <td rowspan=2></td> 8 </tr> 9 <tr style="height: 40px"></tr> 10 </table> 11 </body> 12 </html>