Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Drop down menu goes behind the slider

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35221
    amyth91
    Participant

    hi, i created this template for a client. now, i created the drop down menu, but for some reasons the menu is hiding behind the photoslider that i put on the page. can anyone help me fix this. can you also help me with the design review..

    thank you

    here is the link

    http://amitashokkamble.com/wild%20jewels%202/
    #90884
    TheDoc
    Member

    You can change the z-index of the drop down like this:

    #menu ul li > ul {
    width: 161px;
    height: 50px;
    visibility: hidden;
    position: relative;
    z-index: 10;
    }
    #137908
    amisalabir
    Participant

    Thank you Doc. I have fixed the problem.

    #254543
    Zerobayo
    Participant

    and you helped me ,Thank you THE DOC

    #254642
    bigmansq
    Participant

    Thank you Doc for clear instructions ! I appreciate your support!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.