layering
-
a js and css file to build sliding layerings which are depending of the window size.

<div id="layering">
      <div class="layer" depth="0.5" style="bottom: 0px">
        [content in depth 0.5]
      </div>
      <div class="layer" depth="0.8" style="bottom: 0px">
        [content in depth 0.8]
      </div>
      </div>

uses: jquery, prefixfree. images: pokemons, background.

depth 0.5
0% left
25% left
center
25% right
0% right
depth 0.7
0% left
25% left
center
25% right
0% right
depth 0.3
0% left
25% left
center
25% right
0% right