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:
scroll down further:
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:
- use
fixed
css positioning top bar (as mentioned above) - give foreground container greater
z-index
background container - make backgrounds of sections "invisible" setting
opacity
0
you'll want experiment width of background image , foreground containers things right. luck!
Comments
Post a Comment