I have an image and I rotate it 90degree. After rotation, the mouseover event is triggered only on portion of the image. (See image). Red rectangle is my original image, green is after 90 deg roration. After rotation, mouseover is triggered only in the pink area. However if I rotate to 180 deg, the entire area triggers mouseover. I tried hover, but the problem exists. Any input is highly appreciated. Thanks.