12

404 Page or 500 Page

Anyone have any idea how to do this sort of thing? The animation that moves with your mouse? Thanks for the correction, @Alin. Just a link to a tutorial would be nice.

EDIT: Just also learned it's the parallax effect. That should help.

Alin Purcaru
  • 43,655
  • 12
  • 77
  • 90
tekknolagi
  • 10,663
  • 24
  • 75
  • 119

2 Answers2

15

The effect is accomplished with javascript, not just CSS.

The source code is on the page you linked to.

Have a look at jParallax, which makes it easy to implement the effect in a robust way on your own site: http://stephband.info/parallax.html

johnsampson
  • 376
  • 3
  • 14
Olhovsky
  • 5,466
  • 3
  • 36
  • 47
0

Guess you can always start by firing up FireBug and have a look at the source.

Svish
  • 152,914
  • 173
  • 462
  • 620
  • 1
    I don't think so. If he didn't think of using firebug himself I doubt he'll understand something from the source. He asked for a tutorial. – Alin Purcaru Jan 31 '11 at 07:39