tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

fixedpos-with-abspos-with-link-print.html (494B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1402156">
      4 <link rel="match" href="fixedpos-with-abspos-with-link-print-ref.html">
      5 <style>
      6  body {
      7    margin: 0;
      8    height: 250vh;
      9  }
     10 </style>
     11 <div style="position:fixed;">
     12  <div style="position:absolute; width:max-content;">
     13    <a href="/">This should be on every page (3 pages).<br>This too.</a>
     14  </div>
     15 </div>