Parallax images that fade in and out

By the way here’s an example of the code I inserted on the page before :

.parallax { /* The image used */ background-image: url("Resources/bg1.jpeg"); /* Set a specific height */ min-height: 472px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: 100%; }

(I created a bunch of these classes, parallax, parallax1, parallax2, etc.)

and this is the html markup item I embedded on the page to invoke the background image:


freewaytalk mailing list
email@hidden
Update your subscriptions at: