402567-4-ref.html (404B)
1 <html> 2 <head><style> 3 table { 4 width: 10px; 5 } 6 div.auto { 7 overflow: auto; 8 height: 50px; 9 background: lightgreen; 10 } 11 div.invis { 12 color: white; 13 } 14 </style></head> 15 <body> 16 <table><tr><td> 17 <div class="auto"> 18 x xx x xx x xx x xx x xx x xx x xx x 19 xxxxxx 20 </div> 21 <div class="invis"> 22 xxxxxx 23 </div> 24 </td></tr></table> 25 </body> 26 </html>