Parallax Effect is not working
Closed this issue · 2 comments
Deleted user commented
Hi im trying to using parallax.js but there is nothing at all. Here is my codes;
.manifesto{ min-height: 450px; float: left; width: 100%; background: transparent; position: relative; }
i think image position is not be calculated well. When i try to add top:0 to image's attr it appears but when i scroll it disappears..
Deleted user commented
it solved by adding <!doctype html> to top of everything :)
Deleted user commented
closed