Parallax effect with CSS3 only
问题 I am trying to create parallax effect with CSS3 only but unfortunately I am not able to, The simple structure is one div with image and one div with content and I cannot use image in background. NOTE: Please dont suggest any JS solution and background image solution, as I am only trying to handle it with CSS3 and image tag within DIV Can anyone please suggest how to handle this? Here is the JSfiddle .image-div{ width: 100%; float: left; -webkit-perspective: 1px; perspective: 1px; -webkit