jquery - CSS perspective and translateZ not working properly in FF and Safari -
i have created cover flow using css3 perspective , translatez, demo here it has transition effect when clicking through. works perfect on chrome , ie10, mobile safari 7. however, has few problems on firefox , desktop safari. on firefox(latest 29.0.1), clicking on image not put 0 position (flat view). cannot click through layers below. when first image current image, cannot click on third 1 directly, unless click second , make current first. on desktop safari (5, on both pc , mac), transition works partly, not smooth acceptable. main problem no matter image clicks, triggers downloads immediately, while code supposed download when image current one. structure simple: html <div class="product-download"> <div id="product-image"> <img src="//placehold.it/360x259" /> <span class="download-title">product image</span> </div> <div id="in-situ-image"> <img sr...