Note that there are some explanatory texts on larger screens.

plurals
  1. POAt some zoom levels, dropdown menu has transparent gaps in IE7
    primarykey
    data
    text
    <p>Please consider my stripped down code below that illustrates my issue. </p> <p>If I run it in Firefox 7 or IE8, it works fine. However, when pressing F12 and entering the wonderful world of IE7, I'm experiencing gaps in my orange list at some zoom levels (so please use "ctrl+mouse wheel" when menu is extended to reproduce the bug).</p> <p>The main annoyance there, excluding the aesthetic visual gap, is since my menu is defined as absolute, when the mouse stops on the gap my menu disappears.</p> <p>Any suggestion on what is causing the problem?<br> Also what is the best way to handle it if an IE7 fix is required, in order that my menu remains exactly the same in other browsers?</p> <pre><code>&lt;!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;IE 7 Menu Test&lt;/title&gt; &lt;style type="text/css"&gt; body { line-height: 1; } ul li { background: #A0A0A0; } ul li ul li { background: #FF9900; display: block; white-space: normal; width: 200px; } ul ul { position: absolute; } div ul ul,div ul li:hover ul ul,div ul ul li:hover ul ul { display: none; } div ul li:hover ul,div ul ul li:hover ul,div ul ul ul li:hover ul { display: block; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div&gt;&lt;ul&gt;&lt;li&gt;Menu &lt;!-- drop down list --&gt; &lt;ul&gt; &lt;li&gt;- One&lt;/li&gt; &lt;li&gt;- Two&lt;/li&gt; &lt;li&gt;- Three&lt;/li&gt; &lt;li&gt;- Four&lt;/li&gt; &lt;/ul&gt;&lt;!-- end drop down list --&gt; &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt; &lt;/body&gt;&lt;/html&gt; </code></pre>
    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