javascript:
$(document).ready(function(){
var $warp = $("#warp");
$ warp.IsRunning = false;
var 초 = 500;
$warp.children("img").click(function(){
if($warp.IsRunning){return;}
$warp.IsRunning = true;
var $imgs = $("#warp").children("img")
$imgs.eq(2).css("marginTop"," 63px").animate({marginTop:"0px"},{duration:seconds});
$imgs.eq(0).css({position:"absolute",opacity:"0.5"}).animate ({너비:"108px", 높이:"57px", 왼쪽:"372px", 상단:"126px", 불투명도:"1"},{기간:초})
//$imgs.eq( 1).css({위치: "절대", 왼쪽:"372px", 상단:"6px", 불투명도:"0.2"})
$imgs.eq(1).css({위치 :"절대", 왼쪽:" 372px", 상단:"6px", 불투명도:"0.2", 지우기:"없음"}).animate({너비:"360px", 높이:"190px", 왼쪽:"- 9px",top:"-5px ",opacity:"1"},{duration:seconds,complete:function(){
$imgs.eq(0).appendTo($("#warp"));
$imgs.eq( 0).removeAttr("style").removeClass("imgBig").addClass("imgLittle")
$imgs.eq(1).removeAttr("style"). RemoveClass("imgLittle").addClass("imgBig");
$warp.IsRunning =
}})
}); 🎜>
CSS 코드:
코드 복사
코드는 다음과 같습니다. .warp{너비:487px; 높이: 194px; Overflow:hidden;border:solid 1px #ccc;position:relative; top:0px; background-color:#fafafa} .warp img border-width:0px;cursor:pointer;position :relative; top:0px; 왼쪽:0px}
.imgBig{float:left; height:190px;padding:2px;}
.imgLittle {float:오른쪽; 너비:108px; 높이: 57px;padding:6px 5px 0 10px;clear:right}