fixedFooterNoScrollQuirksMode.html 264 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 <html> <head> <title>Fixed footer with no scrollbar</title> </head> <body> <div style="width: 100%; min-height: 100%;"> <div style="position: absolute; bottom: 0px;"> <a id="link" href="xhtmlTest.html">Click me</a> </div> </div> </body> </html>