Forums

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

Home Forums CSS [Solved] Z-Index Killing Links

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29141
    RohanJM
    Member

    Hi all,

    When I apply a negative z-index to an absolutely positioned element it disables all the links… is there any way around this
    http://layersdesignstudio.com/websites/pearldrum/ at the bottom the social media icons I wanted them to tuck behind the main content wrapper.

    Heres the code

    Code:

    © Copyright Pearl Drum India 2010

    #footer #socialMedia {
    position: absolute;
    top: -6px;
    z-index: -1;
    }

    Thanks
    Rohan Merchant

    #76427
    noahgelman
    Participant

    If you put a negative z-index on a link, it can’t be clicked. Chop the images so it looks like they’re tucked under.

    #76443
    RohanJM
    Member

    I cant do that coz of the drop shadow… but I figured it out thanks. It was my lack of understanding of z-index that led to me using a negative one.

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