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.
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;
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘CSS’ is closed to new topics and replies.