Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS Menu does not appear in correct place in IE and Firefox
    primarykey
    data
    text
    <p><img src="https://i.stack.imgur.com/zgJAf.jpg" alt="enter image description here"> </p> <p>The following is a screen capture of the issue that i'm faced with. The drop down menu is supposed to appear under the second menu item in the top menu.</p> <p>The HTML is,</p> <pre><code>&lt;nav class="nav"&gt; &lt;ul&gt; &lt;li class="menu-item"&gt;Hi Alexander!&lt;/li&gt; &lt;li class="menu-item"&gt;&lt;a&gt;My Account&lt;/a&gt; &lt;div class="my-sub-menu"&gt; &lt;ul class="sub-list"&gt; &lt;li class="list-item"&gt;&lt;a&gt;History&lt;/a&gt;&lt;/li&gt; &lt;li class="list-item"&gt;&lt;a&gt;Personal Details&lt;/a&gt;&lt;/li&gt; &lt;li class="list-item"&gt;&lt;a&gt;Preferences&lt;/a&gt;&lt;/li&gt; &lt;li class="list-item"&gt;&lt;a&gt;Bonuses&lt;/a&gt;&lt;/li&gt; &lt;li class="list-item"&gt;&lt;a&gt;Wishlist&lt;/a&gt;&lt;/li&gt; &lt;li class="list-item"&gt;&lt;a&gt;Newsletter&lt;/a&gt;&lt;/li&gt; &lt;li class="list-item"&gt;&lt;a&gt;Invite Friends&lt;/a&gt;&lt;/li&gt; &lt;li class="list-item"&gt;&lt;a&gt;FAQ&lt;/a&gt;&lt;/li&gt; &lt;li class="list-item"&gt;&lt;a&gt;Sign out&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/li&gt; &lt;li class="menu-item"&gt;&lt;a&gt;Contact Us&lt;/a&gt;&lt;/li&gt; &lt;li class="menu-item"&gt;&lt;a&gt;Chat&lt;/a&gt;&lt;/li&gt; &lt;li class="menu-item"&gt;&lt;a&gt;Chat&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/nav&gt; </code></pre> <p>The CSS is as follows,</p> <pre><code>.nav { margin-top: 2px; position: relative; float: right; } .nav &gt; ul { padding: 0; margin: 0; } .menu-item{ list-style: none; float: left; } .menu-item .my-sub-menu { visibility: hidden; position: absolute; padding: 0; margin: 0; } .menu-item:hover .my-sub-menu { visibility: visible; } .list-item { list-style: none; } </code></pre> <p>I need the sub menu to appear under the second item in the top menu. This is only in firefox and IE but chrome renders it perfectly. I cant figure out what the issue is. Is there at least e fix that i could use for these two browsers? or another alternative to get around this issue.</p> <p>Tahnk you in advance.</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.
 

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