Note that there are some explanatory texts on larger screens.

plurals
  1. POMenu Hover is not working in IE
    primarykey
    data
    text
    <p>I downloaded this MENU from dynamicdrive.com but there is someone wrong in it.</p> <p>It works fine in FireFox , Safari and Chrome. But not working in IE.</p> <p>In IE 9 or lower, it appears vertical menu not horizontal and hover is not working also.</p> <p>CSS</p> <pre><code>&lt;style&gt; .spotlightmenu{ width: 100%; overflow:hidden; } .spotlightmenu ul{ margin: 0; padding: 0; font: bold 14px Verdana; list-style-type: none; text-align: center; background: #e3e3e3; } .spotlightmenu li{ display: inline-block; position:relative; padding: 5px; margin: 0; margin-right: 5px; } .spotlightmenu li a{ display:inline-block; padding: 5px; min-width:50px; height:50px; text-decoration: none; color: black; margin: 0 auto; overflow:hidden; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .spotlightmenu li:hover a{ color: white; background: #a71b15; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .spotlightmenu li a span{ position:relative; top:35%; } &lt;/style&gt; </code></pre> <p>HTML</p> <pre><code>&lt;div class="spotlightmenu"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;Home&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;About us&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;Products&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;Contact us&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&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