Forums

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

Home Forums CSS [Solved] webkit – absolute element on rotated element unclickable

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #173341
    muka
    Participant

    Your text to link here…

    Hi guys,

    as you can see on that link, the link inside my div container is unclickable.
    It works fine in all non webkit browsers and I can’t figure out what I have to change to make it work in chrome.

    I think it’s just odd because that #test div is supposed to be above that transformed div. It’s not a child and should not be affected at all imo.

    Anyone can pass me a way to fix this?

    Thank you in advance.

    #173342
    muka
    Participant

    Actually, I think I found a solution on my own.
    I just wrap the perspective div with an relative positioned, z-index: 0 div.
    That way the whole perspective div will be bound to z-index:0;

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