http://oxtag.com/html/ex/imgfade.html

<html>
<head>
<title>♡ 카멜롯™의 소스천국 태그피아 ♡</title>
<script language="JavaScript1.1">
<!--
var img1 = new Image();
img1.src = "http://oxtag.com/html/img/model.jpg";
var img2 = new Image();
img2.src = "http://oxtag.com/html/img/smoon.gif";
var img3 = new Image();
img3.src = "http://oxtag.com/html/img/angel.gif";
var img4 = new Image();
img4.src = "http://oxtag.com/html/img/angel2.gif";
//-->
</script>


<!-- 위 이미지 주소를 추가하고 싶으시면 var img5 하고 img5.src 이런식으로 추가 시키구요 저는 이미지 크기를 안맞췄는데 맞추면 금상첨화겠죠. -->


</head>
<body bgcolor=white onLoad="init()">

<!-- body 부분에 onload="init()" 넣어 주세요 -->


<div style="position: absolute; z-index: 10; top: 160; left: 170; width: 186">
 <img src="http://oxtag.com/html/img/model.jpg" name="blendObj" border=0 style="filter: blendTrans(duration=3)">
</div>

<!-- 위는 포지션을 잡아 준건데 톱에서 160px 좌측에서 170px에 위치 시킨 것입니다. 그리고 바로밑의 주소는 첨에 보여질 이미지 즉, head의 1번 이미지를 넣어주시면 됩니다. -->
<!-- 아래 부분은 걍 넣어 주시고요 주의할 점은 var maxLoops = 4 이부분은 여러분이 이미지를 3개 넣으면 3으로 4개를 넣으시면 4로 고쳐주시면 됩니다. -->

<script language="JavaScript">
<!--
var maxLoops = 4;
var bInterval = 3;
var count = 2;
function init() {
 blendObj.filters.blendTrans.apply();
 document.images.blendObj.src = eval("img"+count+".src");
 blendObj.filters.blendTrans.play();
 if (count < maxLoops) {
  count++;
 }
 else {
  count = 1;
 }
 setTimeout("init()", bInterval*1000+3000);
}
//-->
</script>



<img src="/php/nalog/nalogd.php?counter=nlogcounter&url=" width=1 height=0>


</body>
</html>


Posted by 알 수 없는 사용자
,