fofr / css-experiments

CSS, HTML and JS experiments from 2010
https://fofr.github.io/css-experiments/
MIT License
642 stars 909 forks source link

TranslateZ(200px) not working in IE10, Opera #3

Closed mubaidr closed 12 years ago

mubaidr commented 12 years ago

Hey,

Nice article and coding. I am reusing your code. thanks for that :)

But i had a problem, whenever i open this project in Opera or IE 10, all the divs are parent at same place. Neither the translateZ is working, now the rotation for some divs.

What can cause this?

fofr commented 12 years ago

I need to update the code to work with IE10, which appears to support 3D transforms. Thanks for the heads up.

fofr commented 12 years ago

Ahh, the problem is that IE10 doesn't support preserve-3d: http://msdn.microsoft.com/en-gb/library/ie/hh673529(v=vs.85).aspx

MukeshDaily commented 11 years ago

Hi Paul, There is a problem with video on cube face in safari and firefox. Video is at the same place, it's not rotating. Everything else works fine. Video works fine in chrome.