I am creating a page with some parallex bg effect.. i have three divs with same background see this fiddle
when i use different bg images for all the divs then the parallex is working but with same bg images to all the divs, its not working.
I am using this parallax jQuery plugin http://ianlunn.co.uk/plugins/jquery-parallax/
Jquery code
$(document).ready(function(){
$('.sep').parallax("50%", 0.6);
});