1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body> <!-- Bug 1219068 --> <div id="hider" style="position:absolute; top:0; left:0; background-color:green; height:1em; width:100%; z-index:1; padding-top:5px; padding-bottom:5px;" /> </body> </html>