371561-1-ref.html (318B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 #t { background: green; position: absolute; width: 100%; left: 0; 6 height: 10px; top: 0; } 7 </style> 8 </head> 9 <body> 10 <div style="position: relative; display: inline; color: white; background: white;">ABCDEF<div id="t"></div></div> 11 <body> 12 </html>