jquery - Static Backgrounds With Scrolling Content On Top -


i'm interested in emulating background effect seen here: (link). it's static background scrolling content on top, there different background each "window" section on page. see below:

enter image description here

scroll down further:

enter image description here

my initial thought have 1 huge static background each "window image" stacked on top of each other vertically, , have divs transparent backgrounds on top, seems wrong.

how can reproduce effect?

in general:

  1. use fixed css positioning top bar (as mentioned above)
  2. give foreground container greater z-index background container
  3. make backgrounds of sections "invisible" setting opacity 0

you'll want experiment width of background image , foreground containers things right. luck!


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -