I've seen a lot of solutions for parallaxing layered divs or sections with background images...I was hoping someone had a solution or knowledge of an existing plugin for parallaxing a div / section with multiple CSS backgrounds, eg:
background: url(foo.png), url(foo2.png), url(foo3.png);
background-position: x x, x x, x x;