01.
<script language=
"JavaScript"
src=
"jquery1-6.js"
type=
"text/javascript"
></script>
02.
<script>
03.
04.
$(
function
(){
05.
for
(i=0;i<=3;i++){
06.
$s
= 10;
07.
$d
= 80-(i+10);
08.
$(
"html,body"
).delay(
$d
).animate({
09.
scrollTop:($(
"img"
).eq(i).offset().top+500)
10.
},
$s
)
11.
}
12.
})
13.
</script>
14.
<style>
15.
img{
16.
margin: 0;padding:0;
17.
}
18.
</style>
19.
20.
<img id=
"b"
src=
"bb/20110916164942_IMAG01_8.jpg"
width=
"690"
height=
"1728"
alt=
""
/><img src=
"bb/20110916164942_IMAG01_9.jpg"
width=
"690"
height=
"1728"
alt=
""
/><img src=
"bb/20110916164942_IMAG01_10.jpg"
width=
"690"
height=
"1728"
alt=
""
/><img src=
"bb/20110916164942_IMAG01_11.jpg"
width=
"690"
height=
"508"
alt=
""
/>