I’ve recently been developing a micro-site that uses some of the newer 3D effects transforms in CSS3. However, I’ve been trying to get a little too tricky with layering so that certain optical illusions take effect and it’s been the cause of numerous headaches…
In general, there’s this issue in Chrome (but not Firefox, haven’t yet tried Safari or IE) where everything seems to “render” appropriately onscreen, but when I go to click a link or highlight some text in one of the more “tricky-layered” areas, my cursor goes limp and I’m unable to get any functionality. I can see everything just fine, it’s just there’s an invisible wall preventing my cursor from interacting, if that helps the explanation.
Without pasting a mile-long piece of experimental code, does anyone know off the top of their head what might be causing this issue? My best guess is that the z-index inheritance has gone awry at some point but it’s difficult to diagnose… leading to my next question of whether or not anyone knows of any good strategies for layering diagnostics (tools would be great here as well)!
I’m of course well-versed in the standard Developer Tools/Firebug…
Thanks guys!
Okay, so I solved my problem and came up with the following strategy for future reference in diagnosing layering issues…
Following that pattern is what finally did it for me. My problems turned out to be a combination of all 3 but they didn’t necessarily reveal themselves to me until I followed the steps above.