Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>above question resolved solution posting if any one need menu like this</p> <pre><code>&lt;div id="verticalSubmenu"&gt; &lt;ul id="navlist"&gt; &lt;li class="parent"&gt;&lt;a href="#"&gt;Item one&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Item two&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Item three&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Item four&lt;/a&gt;&lt;/li&gt; &lt;li&gt; &lt;a href="#"&gt;Item five&lt;/a&gt; &lt;ul&gt; &lt;li&gt; &lt;a href="#"&gt;Third Level&lt;/a&gt;&lt;/li&gt; &lt;li&gt; &lt;a href="#"&gt;Third Level&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Item six&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Item seven&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Item eight&lt;/a&gt;&lt;/li&gt; &lt;li class="parent"&gt;&lt;a href="#"&gt;Item one&lt;/a&gt;&lt;/li&gt; &lt;li class="parent"&gt;&lt;a href="#"&gt;Item one&lt;/a&gt;&lt;/li&gt; &lt;li class="parent"&gt;&lt;a href="#"&gt;Item one&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <pre>#verticalSubmenu ul { margin: 0; padding: 0; list-style-type: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-transform:uppercase; } #verticalSubmenu li { float:left; margin: 0 0 3px 0; color:#666666; height:auto; display:block; } #verticalSubmenu li a { display: block; padding: 5px 2px 2px 10px; width: 138px; height:16px; border: 1px solid #f7f7f7; background:#dedede; color:#6e6e6e; text-decoration:none; } #verticalSubmenu li.parent a { background:#6c6b6b; color:#fcfafa; } #verticalSubmenu ul ul{ margin-top:10px; position:relative; } #verticalSubmenu ul ul li a{ display: block; padding: 4px 2px 2px 20px; width: 128px; background:#f9f9f9; } </pre> <p>i will make some improvement but basic structure is complete cheers :)</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. VO
      singulars
      1. This table or related slice is empty.
    2. 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