Hi good research on it, Could you help me out to keep a div inside the scroll wrapper to be fixed. So that the div is static and the div scroll according with the scroller.
<div id="wrapper">
<div id="scroller">
<div class="slide" id="s_1">
<img class="bgd_img" src="img/sc1.jpg">
<!-- <div class="foreground" id="billboard"></div>-->
<div id="tree"></div>
</div>
<div id="bike"><img src="img/bike.png" alt=""></div>
<div class="slide" id="s_2">ref: slide 2</div>
<div class="slide" id="s_3">ref: slide 3</div>
<div class="slide" id="s_4">ref: slide 4</div>
<div class="slide" id="s_5">ref: slide 5</div>
<div class="slide" id="s_6">ref: slide 6</div>
<div class="slide" id="s_7">ref: slide 7</div>
<div class="slide" id="s_8">ref: slide 8</div>
<div class="slide" id="s_9">ref: slide 9</div>
<div class="slide" id="s_10">ref: slide 10</div>
<div class="slide" id="s_11">ref: slide 11</div>
<div class="slide" id="s_12">ref: slide 12</div>
</div>
</div>
I kept the bike position fixed. I can achieve this by keeping the bike div outside the wrapper but I have take advantage of z index. inside the wrapper.
Came across of your jquery+iscroll plugin and as well answer in this topic. Looking forward to the reply.