:hover works only on lower part of rotateX transfo

2019-07-04 17:05发布

问题:

I have div with CSS rotateX transform applied to it:

-webkit-transform: perspective(500px)  rotateX(60deg) rotateY(60deg) ;

and a bunch of smaller div's floated in it, with :hover rule applied to them. The problem is that only half of inner divs react to :hover event.

JsFiddle: http://jsfiddle.net/fNxgn/4/

回答1:

if you remove in css height: 200px all block will react hover event