1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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