Hi all I have the following code
$('#dialOuter, #dialOuterButtons').css({"-webkit-transform": 'rotateX(0deg) rotateY(0deg) rotateZ('+rotDeg+'deg)','-webkit-transition': "all 2s ease-in-out",'-webkit-transition-delay':"0.0s"});
works fine in Chrome but no other browswers, can anyone tell me how to get it to work in FF, IE etc
tjamls