drop down menu under slider

I have a custom slider running in my frontpage

my problem is that my drop down menu goes under it

can anyone help me?

Quote · 26 Jul 2012

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
Quote · 26 Jul 2012

 

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

http://omegammogamers.com/

please can you help me fix it?

Quote · 26 Jul 2012

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.
Quote · 26 Jul 2012

 

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

Quote · 26 Jul 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.