Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Like this</p> <p><strong><a href="http://jsfiddle.net/ynV3h/4/" rel="nofollow">demo</a></strong></p> <p><strong>css</strong></p> <pre><code> .menudiv { width: 788px; margin:0 auto; } .menu { font-family: 'Open Sans', sans-serif; font-size: 14px; } .menu ul ul { display: none; margin:4px 0 0 0; } .menu ul li:hover &gt; ul { display: block; } .menu ul { background: #111312; margin: 0; list-style: none; position: relative; padding: 0; border: 3px solid #111312; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius:13px; } .menu ul:after { content: ""; clear: both; display: block; } .menu ul li { float: left; border-bottom: 3px solid transparent; border-right: 3px solid #fff; } .menu ul li:last-child{ border:none; } } .menu ul li:hover { background: #111312; border-bottom: 3px solid #fff; } .menu ul li:hover a { color: #fff; } .menu ul li a { display: block; padding: 15px; color: #fff; text-decoration: none; } .menu ul ul { background: #111312; padding: 0; position: absolute; top: 100%; } .menu ul ul li { float: none; position: relative; border-right:none; } .menu ul ul li a { padding: 10px; color: #000; display: block; } .menu ul ul li a:hover { background: #111312; color: #fff; } .menu ul ul ul { position: absolute; left: 100%; top: 0; padding: 0; } .menu ul ul ul li { float: none; border-top: 1px solid #6b727c; border-bottom: 1px solid pink; position: relative; } .menu ul ul ul li a { padding: 10px; color: #fff; display: block; text-decoration: none; } .menu ul ul ul li a:hover { background: #95CEF1; color: #000; } .menu ul ul ul ul { position: absolute; left: 100%; top: 0; } .head { width: 500px; height: 200px; background: #789; } .foot { width: 500px; height: 200px; background: #123; } </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. This table or related slice is empty.
    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