Parallax Scrolling in HTML

// April 18th, 2008 // Development

Pretty neat little article from ThinkVitamin on how to create a parallax scrolling effect using some clever CSS and some transparent PNGs. I did my own test example to see how the code works, ‘n it’s pretty simple stuff.

Unfortunately, transparent PNG support in IE6 is next to non-existent without hacks, and the only way to actually see the effect is if you resize the browser. Still, kind of neat, and very simple to do.

Leave a Reply