368155-negative-margins-1-ref.html (850B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>Minimum intrinsic widths combined with negative margins</title> 5 <style type="text/css"> 6 7 td { height: 2.5em; } 8 9 </style> 10 </head> 11 <body> 12 13 <table border width="1"><tr><td> 14 </td></tr></table> 15 <table border width="1"><tr><td> 16 </td></tr></table> 17 <table border width="1"><tr><td> 18 </td></tr></table> 19 20 <table border width="1"><tr><td> 21 </td></tr></table> 22 <table border width="1"><tr><td> 23 </td></tr></table> 24 <table border width="1"><tr><td> 25 </td></tr></table> 26 27 <table border width="1"><tr><td> 28 <div style="width: 2em"></div> 29 </td></tr></table> 30 31 <table border width="1"><tr><td> 32 <div style="width: 3em"></div> 33 </td></tr></table> 34 35 <table border width="1"><tr><td> 36 <div style="width: 3em"></div> 37 </td></tr></table> 38 39 <table border width="1"><tr><td> 40 <div style="width: 0.5em"></div> 41 </td></tr></table> 42 43 </body> 44 </html>