My menu is Hiding this behind slider

Discussion in 'jQuery' started by Kaleem Ullah Hashmi, Jun 29, 2014.

  1. #1
    Hi.

    I have problem with menu. I have develop drop down menu and slider. But i am facing problem that menu is hiding behind slider.
    How can i solve this problem. http://moghulweb.com/mheading/

    Pease help me.

    Thanks
     
    Kaleem Ullah Hashmi, Jun 29, 2014 IP
  2. ThePHPMaster

    ThePHPMaster Well-Known Member

    Messages:
    737
    Likes Received:
    52
    Best Answers:
    33
    Trophy Points:
    150
    #2
    You need to make the z-index for the css more than the one for the slider:

    
    .nav li {
        position: relative;
        z-index: 1;
    }
    
    Code (markup):
     
    ThePHPMaster, Jul 5, 2014 IP