tor-browser

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

range-border-background-ref.html (1116B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 html,body {
      5  color:black; background-color:white; font:16px/1 monospace; padding:0; margin:0;
      6 }
      7 input { height: 2em; }
      8 </style>
      9 <div style="float:left">
     10 <input type=range><br>
     11 <span style="display:inline-block; background-color:rgba(0,255,0,0.3);"><input type=range style="-webkit-appearance:none; margin:0; vertical-align:top; background: none"></span><br>
     12 </div>
     13 
     14 <div style="float:left">
     15 <span><input type=range style="-webkit-appearance:none; margin:0; vertical-align:top"></span><br>
     16 </div>
     17 
     18 <div style="float:left">
     19 <input type=range><br>
     20 <span style="display:inline-block; background-color: -moz-Field; background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAE0lEQVQYlWNg+M/gTRQeVUhfhQBHR4DpEUeLigAAAABJRU5ErkJggg==)"><input type=range style="-webkit-appearance:none; margin:0; vertical-align:top; background: none"></span><br>
     21 </div>
     22 
     23 <div style="float:left">
     24 <input type=range><br>
     25 <span style="display:inline-block; border:1px solid green"><input type=range style="-webkit-appearance:none; margin:0; vertical-align:top"></span><br>
     26 </div>