Log in

View Full Version : Problem using JQuery Menu and Ultimate Fade-in slide show v2.1



gdevol155
03-16-2010, 06:28 AM
If anyone can help me out. I can not pinpoint the issue with using Ultimate Fade-in slide show v2.1 and jQuery Multi Level CSS Menu #2

The drop down menu is not visible in front of the slideshow. I included both sets of css for review.

Here is a link to view the issue. http://extmotorsports.com/new_site/index.html

Any help would be much appreciated.

gdevol155
03-16-2010, 11:00 PM
I actually found a post that helped me fix the issue. I posted below what I changed and it worked out great.

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
z-index: 2000;
}