pixelcog/parallax.js

Parallax Effect is not working

Closed this issue · 2 comments

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..
2
1

it solved by adding <!doctype html> to top of everything :)

closed