부드럽게 오버랩되는 이미지 슬라이드 쇼 입니다.
<html>
<head>
<meta http-equiv=content-type content=text/html; charset=euc-kr>
</head>
<body>
<!---- 아래와 같은 방법으로 태그와 코드를 복사 해 넣으세요 --->
<script language="JavaScript1.2">
var slideshow_width=240 //이미지의 가로크기
var slideshow_height=225 //이미지의 높이
var pause=3000 //슬라이드 간의 시간 간격 (3000=3 seconds)
var fadeimages=new Array()
// 이미지들을 설정 하세요
fadeimages[0]="http://sir.co.kr/image/v9_lptitle.gif"
fadeimages[1]="http://sir.co.kr/image/logo.gif"
fadeimages[2]="http://sir.co.kr/bbs/skin/outlogin/v9/btn_modify.gif"
var preloadedimages=new Array()
for (p=0;p<fadeimages.length;p++){
preloadedimages[p]=new Image()
preloadedimages[p].src=fadeimages[p]
}
var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
if (ie4||dom)
document.write('<div style="position:relative;width:'+slideshow_width+';height:'+slideshow_height+';overflow:hidden"><div id="canvas0" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:0;filter:alpha(opacity=10);-moz-opacity:10"></div><div id="canvas1" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:0;filter:alpha(opacity=10);-moz-opacity:10"></div></div>')
else
document.write('<img name="defaultslide" src="'+fadeimages[0]+'">')
var curpos=10
var degree=10
var curcanvas="canvas0"
var curimageindex=0
var nextimageindex=1
function fadepic(){
if (curpos<100){
curpos+=10
if (tempobj.filters)
tempobj.filters.alpha.opacity=curpos
else if (tempobj.style.MozOpacity)
tempobj.style.MozOpacity=curpos/100
}
else{
clearInterval(dropslide)
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
tempobj.innerHTML='<img src="'+fadeimages[nextimageindex]+'">'
nextimageindex=(nextimageindex<fadeimages.length-1)? nextimageindex+1 : 0
setTimeout("rotateimage()",pause)
}
}
function rotateimage(){
if (ie4||dom){
resetit(curcanvas)
var crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.style.zIndex++
var temp='setInterval("fadepic()",50)'
dropslide=eval(temp)
curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
}
else
document.images.defaultslide.src=fadeimages[curimageindex]
curimageindex=(curimageindex<fadeimages.length-1)? curimageindex+1 : 0
}
function resetit(what){
curpos=10
var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
if (crossobj.filters)
crossobj.filters.alpha.opacity=curpos
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=curpos/100
}
function startit(){
var crossobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.innerHTML='<img src="'+fadeimages[curimageindex]+'">'
rotateimage()
}
if (ie4||dom)
window.onload=startit
else
setInterval("rotateimage()",pause)
</script>
<!--------------------------- 여기까지 ---------------------------->
</body>
</html>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 347 | ||
| 8029 | 9년 전 | 282 | ||
| 8028 | 9년 전 | 250 | ||
| 8027 | 9년 전 | 262 | ||
| 8026 | 9년 전 | 303 | ||
| 8025 | 9년 전 | 362 | ||
| 8024 | 9년 전 | 325 | ||
| 8023 | 9년 전 | 377 | ||
| 8022 | 9년 전 | 304 | ||
| 8021 | 9년 전 | 307 | ||
| 8020 | 9년 전 | 303 | ||
| 8019 | 9년 전 | 327 | ||
| 8018 | 9년 전 | 429 | ||
| 8017 | 9년 전 | 525 | ||
| 8016 | 9년 전 | 315 | ||
| 8015 | 9년 전 | 380 | ||
| 8014 | 9년 전 | 311 | ||
| 8013 | 9년 전 | 224 | ||
| 8012 | 9년 전 | 236 | ||
| 8011 | 9년 전 | 435 | ||
| 8010 | 9년 전 | 287 | ||
| 8009 | 9년 전 | 273 | ||
| 8008 | 9년 전 | 274 | ||
| 8007 | 9년 전 | 417 | ||
| 8006 | 9년 전 | 453 | ||
| 8005 |
|
9년 전 | 954 | |
| 8004 | 9년 전 | 336 | ||
| 8003 | 9년 전 | 407 | ||
| 8002 | 9년 전 | 315 | ||
| 8001 |
|
9년 전 | 653 | |
| 8000 | 9년 전 | 399 | ||
| 7999 | 9년 전 | 361 | ||
| 7998 | 9년 전 | 413 | ||
| 7997 | 9년 전 | 303 | ||
| 7996 | 9년 전 | 528 | ||
| 7995 | 9년 전 | 436 | ||
| 7994 | 9년 전 | 278 | ||
| 7993 | 9년 전 | 360 | ||
| 7992 | 9년 전 | 498 | ||
| 7991 | 9년 전 | 232 | ||
| 7990 | 9년 전 | 259 | ||
| 7989 | 9년 전 | 290 | ||
| 7988 | 9년 전 | 713 | ||
| 7987 | 9년 전 | 409 | ||
| 7986 | 9년 전 | 397 | ||
| 7985 | 9년 전 | 492 | ||
| 7984 | 9년 전 | 420 | ||
| 7983 | 9년 전 | 638 | ||
| 7982 | 9년 전 | 500 | ||
| 7981 | 9년 전 | 446 | ||
| 7980 | 9년 전 | 473 | ||
| 7979 | 9년 전 | 448 | ||
| 7978 | 9년 전 | 424 | ||
| 7977 | 9년 전 | 362 | ||
| 7976 | 9년 전 | 833 | ||
| 7975 | 9년 전 | 351 | ||
| 7974 | 9년 전 | 377 | ||
| 7973 | 9년 전 | 583 | ||
| 7972 | 9년 전 | 369 | ||
| 7971 | 9년 전 | 438 | ||
| 7970 | 9년 전 | 283 | ||
| 7969 | 9년 전 | 529 | ||
| 7968 | 9년 전 | 369 | ||
| 7967 | 9년 전 | 350 | ||
| 7966 | 9년 전 | 353 | ||
| 7965 |
|
9년 전 | 1002 | |
| 7964 | 9년 전 | 389 | ||
| 7963 | 9년 전 | 372 | ||
| 7962 | 9년 전 | 358 | ||
| 7961 |
전갈자리남자
|
9년 전 | 497 | |
| 7960 | 9년 전 | 947 | ||
| 7959 | 9년 전 | 539 | ||
| 7958 | 9년 전 | 394 | ||
| 7957 | 9년 전 | 355 | ||
| 7956 | 9년 전 | 362 | ||
| 7955 | 9년 전 | 428 | ||
| 7954 | 9년 전 | 353 | ||
| 7953 | 9년 전 | 414 | ||
| 7952 | 9년 전 | 338 | ||
| 7951 | 9년 전 | 484 | ||
| 7950 | 9년 전 | 369 | ||
| 7949 | 9년 전 | 378 | ||
| 7948 | 9년 전 | 313 | ||
| 7947 | 9년 전 | 915 | ||
| 7946 | 9년 전 | 409 | ||
| 7945 | 9년 전 | 377 | ||
| 7944 | 9년 전 | 384 | ||
| 7943 | 9년 전 | 355 | ||
| 7942 | 9년 전 | 391 | ||
| 7941 | 9년 전 | 377 | ||
| 7940 | 9년 전 | 864 | ||
| 7939 | 9년 전 | 315 | ||
| 7938 | 9년 전 | 361 | ||
| 7937 | 9년 전 | 261 | ||
| 7936 | 9년 전 | 865 | ||
| 7935 | 9년 전 | 422 | ||
| 7934 | 9년 전 | 390 | ||
| 7933 | 9년 전 | 466 | ||
| 7932 | 9년 전 | 445 | ||
| 7931 | 9년 전 | 503 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기