I'm prototyping an effect using 3D transformations and transitions (so it will only work properly in webkit based browsers). That's all working fine - better in Safari than in Chrome - but fine.
However, something I did when making sure that Chrome stacked up the Z-index properly has stopped my mouseover events firing properly - the image below should explain:
http://www.hs-demo.co.uk/coverflow/Any idea why it's not firing? I've tried removing the z-index stacking and the negative margins - but it's still not having it. It's not a performance issue as can be seen by using the keyboard to navigate - so I'm confused. Thoughts?
TIA