This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
<!doctype html> <html> <head> <title>Foo</title> </head> <body> <table style="position: fixed; top: 0; bottom: 0; background-color: red;"> <tr> <td style="height: 50px; vertical-align: center;">Hi</td> </tr> </table> </body> </html> Posted from: 188.105.227.64 User agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0 Referer: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!doctype%20html%3E%0A%3Chtml%3E%0A%3Chead%3E%0A%09%3Ctitle%3EFoo%3C/title%3E%0A%3C/head%3E%0A%3Cbody%3E%0A%09%3Ctable%20style%3D%22position:%20fixed;%20top:%200;%20bottom:%200;%20background-color:%20red;%22%3E%0A%09%09%3Ctr%3E%0A%09%09%09%3Ctd%20style%3D%22height:%2050px;%20vertical-align:%20center;%22%3EHi%3C/td%3E%0A%09%09%3C/tr%3E%0A%0A%09%3C/table%3E%0A%3C/body%3E%0A%3C/html%3E