Note that there are some explanatory texts on larger screens.

plurals
  1. POcss dropdown navigation not right in IE 7 or 6
    primarykey
    data
    text
    <p>Trying to figure out what in the world is going on with IE7 and my CSS navigation dropdown.</p> <p>It displays correctly in every other browser I have tried but in IE7, it drops down fine but as you hover over the links some of them will randomly appear/dissapear. It is driving me crazy!</p> <p>Here is my HTML for the menu:</p> <pre><code>&lt;div id="navCatTabsWrapper"&gt; &lt;div id="navCatTabsDropdown"&gt; &lt;ul&gt; &lt;li&gt;&lt;a class="category-top" href="index.php?main_page=index&amp;amp;cPath=39"&gt;All Products&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="category-top" href="index.php?main_page=index&amp;amp;cPath=1"&gt;Dinnerware&lt;/a&gt; &lt;ul&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=11"&gt;&lt;li&gt;Appetizer / Dessert / Salad&lt;/li&gt;&lt;/a&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=9"&gt;&lt;li&gt;Bowls&lt;/li&gt;&lt;/a&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=40"&gt;&lt;li&gt;Bread &amp; Butter&lt;/li&gt;&lt;/a&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=12"&gt;&lt;li&gt;Buffet / Charger Plates&lt;/li&gt;&lt;/a&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=10"&gt;&lt;li&gt;Cups / Mugs&lt;/li&gt;&lt;/a&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=7"&gt;&lt;li&gt;Dinner Plates&lt;/li&gt;&lt;/a&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=6"&gt;&lt;li&gt;Dinnerware Sets&lt;/li&gt;&lt;/a&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;a class="category-top" href="index.php?main_page=index&amp;amp;cPath=3"&gt;Drinkware&lt;/a&gt; &lt;ul&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=27"&gt;&lt;li&gt;Acrylic&lt;/li&gt;&lt;/a&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=42"&gt;&lt;li&gt;Bar Accessories&lt;/li&gt;&lt;/a&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=41"&gt;&lt;li&gt;Pitchers&lt;/li&gt;&lt;/a&gt; &lt;a href="index.php?main_page=index&amp;amp;cPath=26"&gt;&lt;li&gt;Wine Glasses&lt;/li&gt;&lt;/a&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>Here is the CSS for the drop down:</p> <pre><code>#navCatTabsWrapper { margin: 0em; /*background-color: #BD0044;*/ background-image:url(../images/nav-bg.jpg); backgroud-repeat:repeat-x; font-weight: bold; color: #fff; height:30px; width: 100%; } #navCatTabs ul { margin: 0; padding: 0.5em 0em; list-style-type: none; text-align: center; line-height: 1.5em; } #navCatTabs ul li { display: inline; } #navCatTabs ul li a { text-decoration: none; padding: 0em 0.5em; margin: 0; color: #fff; white-space: nowrap; } #navCatTabsDropdown { margin-top: -20px; height:30px; font-size:120%; } #navCatTabsDropdown ul li { position: relative; display: inline; } #navCatTabsDropdown * li ul { display: block; left: 0; visibility: hidden; position: absolute; padding: 0em; margin-left:0.5em; white-space: nowrap; z-index: 100; } #navCatTabsDropdown * ul li { display: block; text-align: left; list-style-type: none; } #navCatTabsDropdown * li:hover ul { visibility:visible; background-color: #ffffff; border: 2px outset; white-space: nowrap; } #navCatTabsDropdown * li:hover ul li { padding-left:0.5em; padding-right:0.5em; padding-top:0.25em; padding-bottom:0.25em; } #navCatTabsDropdown * li:hover ul li:hover { background-color:#BD0044; } #navCatTabsDropdown * ul li:hover { color:#fff; } #navCatTabsDropdown ul li a.category-top { display:inline-block; color:#fff; height:30px; line-height:30px; padding-left:15px; padding-right:15px; } #navCatTabsDropdown ul li a.category-top:hover { background:url(../images/nav-bg-hover.jpg) repeat-x; color:#BD0044; height:auto; } </code></pre>
    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. 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