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