tor-browser

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

border-collapse-offset-001-ref.xht (500B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
      2 <style type="text/css">
      3 td {width: 100px; text-align:center}
      4 div {position:absolute; border:green 4px solid}
      5 
      6 </style>
      7 </head>
      8 
      9 <body>
     10 <!-- the height for table cells includes the border -->
     11 <div>
     12 <table cellspacing="0">
     13   <tbody><tr><td style="border:solid 4px orange; height:30px">cell 1</td></tr>
     14 </tbody></table>
     15 </div>
     16 
     17 
     18 </body></html>