Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This question intrigued me so here is a working example.</p> <pre><code>&lt;html&gt; &lt;style type="text/css"&gt; body { background: #000000; } #header { height: 29px; overflow: hidden; } #content { background: #ffffff; min-height: 200px; padding: 10px; border-top-right-radius: 10px; border-top-right-radius: 10px; } #on { background: #ffffff; display: inline-block; padding: 5px; border-top-left-radius: 10px; border-top-right-radius: 10px; vertical-align: top; } #off { background: #888888; display: inline-block; padding: 5px; border-top-left-radius: 10px; border-top-right-radius: 10px; vertical-align: top; margin-left: -40px; } #seperatoron { border: none; border-left: 25px solid white; border-bottom: 0px; height: 0px; width: 0px; display: inline-block; position: relative; margin-top: 10px; border-right: 25px solid transparent; border-top: 25px solid transparent; margin-top: 4px; margin-left: -2px; } #seperatoroff { border: none; border-left: 25px solid #888888; border-bottom: 0px; height: 0px; width: 0px; display: inline-block; position: relative; margin-top: 10px; border-right: 25px solid transparent; border-top: 25px solid transparent; margin-top: 4px; margin-left: -2px; } &lt;/style&gt; &lt;body&gt; &lt;div id="header"&gt; &lt;div id="on"&gt;Tab 1&lt;/div&gt;&lt;div id="seperatoron"&gt;&lt;/div&gt; &lt;div id="off"&gt;Tab 2&lt;/div&gt;&lt;div id="seperatoroff"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div id="content"&gt; Document content section. &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload