1
2
3
4
JS代:
<スクリプトタイプ="text/javascript">
$(document).ready(function(){
$("#box0").click(function(){
//$("#imgCon").slideUp(4200);
$("#imgCon").animate({top:'-225px'},"遅い");
$("#box1").click(function(){
$("#imgCon").animate({top:'-450px'},"slow");
$("#box2").click(function(){
$("#imgCon").animate({top:'-675px'},"遅い");
$("#box3").click(function(){
$("#imgCon").animate({top:'-900px'},"遅い")
});
CSS:代:
复制代