Home › Forums › CSS › 3d Transform problem in IE9 (go figure) › Reply To: 3d Transform problem in IE9 (go figure)
August 10, 2013 at 1:07 pm
#146353
Participant
For IE9, I had to add z-index to .back, and then backface-visibility and z-index to .flipper.top .back.
The problem is, the z-index changes before the left menu rotates. I tried adding delay, but it didn’t change anything. Works beautifully in Firefox, Chrome, and Safari. Any help would be greatly appreciated:)