I have a custom slider running in my frontpage
my problem is that my drop down menu goes under it
can anyone help me?
I have a custom slider running in my frontpage my problem is that my drop down menu goes under it can anyone help me? |
Depends. Is it a Flash slider? If so, that's a problem with Flash. If it's a JavaScript slider, you may just need to edit the z-index value to something which will keep it below the drop-down menu. A link to the site might help. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Depends. Is it a Flash slider? If so, that's a problem with Flash. If it's a JavaScript slider, you may just need to edit the z-index value to something which will keep it below the drop-down menu. A link to the site might help. it's a jquery slider link to the site please can you help me fix it? |
Look for this css in http://omegammogamers.com/engine/style.css Change the z-index value to 99 #wowslider-container {
/* overflow: hidden; */
zoom: 1;
position: relative;
width:950px;
height:400px;
margin:0 auto;
z-index:100;
}
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Look for this css in http://omegammogamers.com/engine/style.css Change the z-index value to 99 #wowslider-container {
/* overflow: hidden; */
zoom: 1;
position: relative;
width:950px;
height:400px;
margin:0 auto;
z-index:100;
}
YES!, this has fix my problem thank you for your help maybe I'll open my site this week now that I finish with the last bug THAN YOU all for you help |