Note that there are some explanatory texts on larger screens.

plurals
  1. POWhen adding css menu drop down on hover, it makes a lot of free space on the template
    primarykey
    data
    text
    <p>When trying to add an box with content inside it on a menu on a hover "drop down menu", it does something like this:</p> <p><a href="http://gyazo.com/9d055e63b06c6770cca6382fda7e5d34.png" rel="nofollow noreferrer">http://gyazo.com/9d055e63b06c6770cca6382fda7e5d34.png</a></p> <p>I want the drop down to popup when I hover on the categories menu item.</p> <p>This is the code I used for it:</p> <pre><code> &lt;div class="secondheader"&gt; &lt;div class="container"&gt; &lt;div class="span12"&gt; &lt;ul class="nav6"&gt; &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li class="dropdown1"&gt;&lt;a href="#"&gt;Categories&lt;/a&gt; &lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Buy&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Sell&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Forums&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;item 1&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Forums&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;item 1&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>The CSS:</p> <pre><code>.secondheader { background-image: url("../img/second.png"); width: 100%; height: 66px; border-bottom: solid 6px #f0e8ce; } .nav6 { list-style: none; font-family: 'Dosis', sans-serif; float: left font-size: 20px; margin-top: 13px; margin-left: -35px; } .nav6 li { display: inline; margin: 0px; font-size: 18px; font-family: 'Dosis', sans-serif; float: left; margin-top: 10px; } .nav6 a { color: #7d7253; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; } .nav6 a:hover { background-image: url("../img/hoverbg.png"); color: #53410f; text-decoration: none; } </code></pre> <p>I've tried using tutorials but I don't really understand on how to make the same thing for my layout I mean it has different ways and classes.</p>
    singulars
    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.
 

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