Note that there are some explanatory texts on larger screens.

plurals
  1. POi have css menu with dropdown menu however my dropdown menu is geting block by my jquery slideshow any way to fix it?
    primarykey
    data
    text
    <p>Hi I'm helping a friend build a web site however I'm new to this as well any pointers would help thank you. The web site is in asp.net</p> <p>My Sub menue is being blocked my images any way to make the sub menue display in front of the image?</p> <p>using JQuery to do the slideshow</p> <p>My CSS Code</p> <pre><code>#cssmenu ul {margin: 0; padding: 7px 6px 0; background: #7d7d7d url('../images/overlay.png') repeat-x 0 -110px; line-height: 100%; border-radius: 1em; font: normal .8em/1.5em Arial, Helvetica, sans-serif; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4); -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);} #cssmenu li {margin: 0 5px; padding: 0 0 8px; float: left; position: relative; list-style: none; } #cssmenu a, #cssmenu a:link {font-weight: bold; color: #e7e5e5; text-decoration: none; display: block; padding: 8px 20px; margin: 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-shadow: 0 1px 1px rgba(0,0,0, .3); } #cssmenu a:hover {background: #000; color: #fff;} #cssmenu .active a, #cssmenu li:hover &gt; a {background: #666 url('../images/overlay.png') repeat-x 0 -40px; color: #444; border-top: solid 1px #f8f8f8; -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2); -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2); box-shadow: 0 1px 1px rgba(0,0,0, .2); text-shadow: 0 1px 0 rgba(255,255,255, 1); } #cssmenu ul ul li:hover a, #cssmenu li:hover li a {background: none; border: none; color: #666; -webkit-box-shadow: none; -moz-box-shadow: none;} #cssmenu ul ul a:hover {background: #8f8f8f url(images/overlay.png) repeat-x 0 -100px !important; color: #fff !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-shadow: 0 1px 1px rgba(0,0,0, .1);} #cssmenu li:hover &gt; ul {display: block;} #cssmenu ul ul {display: none; margin: 0; padding: 0; width: 185px; position: absolute; top: 40px; left: 0; background: #ddd url('../images/overlay.png') repeat-x 0 0; border: solid 1px #b4b4b4; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3); -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3); box-shadow: 0 1px 3px rgba(0,0,0, .3);} #cssmenu ul ul li {float: none; margin: 0; padding: 3px; } #cssmenu ul ul a {font-weight: normal; text-shadow: 0 1px 0 #fff; } #cssmenu ul:after {content: '.'; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} * html #cssmenu ul {height: 1%;} </code></pre> <p>Main page code</p> <pre><code>&lt;div id='cssmenu'&gt; &lt;ul&gt; &lt;li class='active'&gt;&lt;a href="Default.aspx"&gt;&lt;span&gt;Home&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class='has-sub'&gt;&lt;a href='#'&gt;&lt;span&gt;Wholesale&lt;/span&gt;&lt;/a&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;Phones&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;Sim Cards&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;a href='#'&gt;&lt;span&gt;About&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;li&gt;&lt;a href="#"&gt;&lt;span&gt;Dealer Login&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;span&gt;Dealer Application&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;br /&gt;&lt;br /&gt; &lt;div id="slider"&gt; &lt;!-- start slideshow --&gt; &lt;div id="slideshow"&gt; &lt;div class="slider-item"&gt;&lt;a href="#"&gt;&lt;img src="#" alt="icon" width="950" height="304" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;div class="slider-item"&gt;&lt;a href="#"&gt;&lt;img src="#" alt="icon" width="950" height="304" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;div class="slider-item"&gt;&lt;a href="#"&gt;&lt;img src="#" alt="icon" width="950" height="304" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;div class="slider-item"&gt;&lt;a href="#"&gt;&lt;img src="#" alt="icon" width="950" height="304" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;/div&gt; &lt;!-- end #slideshow --&gt; &lt;div class="controls-center"&gt; &lt;div id="slider_controls"&gt; &lt;ul id="slider_nav"&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;img src="#" width="205" height="70" /&gt;&lt;/a&gt;&lt;/li&gt; &lt;!-- Slide 1 --&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;img src="#" width="205" height="70" /&gt;&lt;/a&gt;&lt;/li&gt; &lt;!-- Slide 2 --&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;img src="#" width="205" height="70" /&gt;&lt;/a&gt;&lt;/li&gt; &lt;!-- Slide 3 --&gt; &lt;li&gt;&lt;a href="#"&gt;&lt;img src="#" width="205" height="70" /&gt;&lt;/a&gt;&lt;/li&gt; &lt;!-- Slide 4 --&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="clr"&gt;&lt;/div&gt; &lt;/div&gt; &lt;!--/slider --&gt; </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.
 

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