416752-1.html (321B)
1 <!DOCTYPE HTML> 2 <html> 3 <head><style> 4 div.post { 5 overflow: auto; 6 border: 1px solid black; 7 } 8 div.filler { 9 height: 15px; 10 background: yellow; 11 } 12 div.d2 { 13 height: 16px; 14 } 15 </style></head> 16 <body><div class="post"><div class="filler"><div class="d2"></div></div></div></body> 17 </html>