Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://jsfiddle.net/ktCb8/3/" rel="nofollow">My two cents</a> &mdash; cleaner/less of both worlds:</p> <p><div class="snippet" data-lang="js" data-hide="false"> <div class="snippet-code"> <pre class="snippet-code-css lang-css prettyprint-override"><code>#contentBox { position: relative; font-size: 80%; } #contentBox &gt; li { display: inline; padding: 6px; margin: 0 1px; cursor: pointer; } #contentBox &gt; li:hover, #contentBox ul { border: 1px solid #CCC; background-color: #FFF; } #contentBox &gt; li:hover { border-bottom-color: #FFF; margin: 0; } #contentBox &gt; li:hover ul { display: block; } #contentBox ul { position: absolute; display: none; border-width: 1px; width: 500px; padding: 6px; cursor: default; margin-top: 6px; z-index: -1; }</code></pre> <pre class="snippet-code-html lang-html prettyprint-override"><code>&lt;ul id="contentBox"&gt; &lt;li&gt; Go &lt;ul&gt; &lt;li&gt; &lt;h1&gt; Quickly jump to your desired location &lt;/h1&gt; Lorem ipsum dolor sit amet. &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt; Messages &lt;ul&gt; &lt;li&gt; &lt;h1&gt; Access personal and system messages and alerts &lt;/h1&gt; Lorem ipsum dolor sit amet. &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt; Assets &lt;ul&gt; &lt;li&gt; &lt;h1&gt; Manage your assets &lt;/h1&gt; Lorem ipsum dolor sit amet. &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt; Support &lt;ul&gt; &lt;li&gt; &lt;h1&gt; Need help? &lt;/h1&gt; Lorem ipsum dolor sit amet, consetetur sadipscing elitr.&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt;</code></pre> </div> </div> </p>
    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