jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

Fixed content for all slides #138

Closed JJ closed 10 years ago

JJ commented 10 years ago

Is there an jmpress way of putting fixed content (like a logo, or, in general, a div) that does not move with the animations, or the best way is to just make a div outside the jmpress div?

sokra commented 10 years ago

make a div outside the jmpress div. Just use normal position: fixed/absolute.