"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/common/src/web/fixedFooterNoScrollQuirksMode.html" (17 Feb 2023, 264 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

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