필요한만큼 여러개의 이미지를 부드럽게 보여주는 이미지 슬라이드쇼 스크립트 입니다
<html>
<head>
<title>그누소스 </title>
<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><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
<html>
<head>
<title>그누소스 </title>
<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><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
댓글 1개
웹프로그래머
14년 전
감사합니다
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 9년 전 | 406 | ||
| 7829 |
|
9년 전 | 588 | |
| 7828 | 9년 전 | 519 | ||
| 7827 | 9년 전 | 410 | ||
| 7826 | 9년 전 | 417 | ||
| 7825 | 10년 전 | 461 | ||
| 7824 | 10년 전 | 435 | ||
| 7823 | 10년 전 | 355 | ||
| 7822 | 10년 전 | 340 | ||
| 7821 | 10년 전 | 296 | ||
| 7820 | 10년 전 | 336 | ||
| 7819 |
|
10년 전 | 740 | |
| 7818 | 10년 전 | 372 | ||
| 7817 | 10년 전 | 495 | ||
| 7816 | 10년 전 | 393 | ||
| 7815 | 10년 전 | 594 | ||
| 7814 | 10년 전 | 414 | ||
| 7813 | 10년 전 | 362 | ||
| 7812 | 10년 전 | 380 | ||
| 7811 | 10년 전 | 383 | ||
| 7810 | 10년 전 | 548 | ||
| 7809 | 10년 전 | 474 | ||
| 7808 | 10년 전 | 363 | ||
| 7807 | 10년 전 | 393 | ||
| 7806 |
프로그래머7
|
10년 전 | 1324 | |
| 7805 | 10년 전 | 1262 | ||
| 7804 |
zahir1312
|
10년 전 | 765 | |
| 7803 |
|
10년 전 | 1360 | |
| 7802 | 10년 전 | 448 | ||
| 7801 | 10년 전 | 854 | ||
| 7800 | 10년 전 | 1077 | ||
| 7799 | 10년 전 | 536 | ||
| 7798 | 10년 전 | 492 | ||
| 7797 | 10년 전 | 491 | ||
| 7796 | 10년 전 | 333 | ||
| 7795 | 10년 전 | 491 | ||
| 7794 | 10년 전 | 528 | ||
| 7793 | 10년 전 | 1036 | ||
| 7792 | 10년 전 | 450 | ||
| 7791 | 10년 전 | 533 | ||
| 7790 | 10년 전 | 491 | ||
| 7789 |
fbastore
|
10년 전 | 1433 | |
| 7788 | 10년 전 | 525 | ||
| 7787 | 10년 전 | 387 | ||
| 7786 | 10년 전 | 558 | ||
| 7785 | 10년 전 | 563 | ||
| 7784 | 10년 전 | 625 | ||
| 7783 | 10년 전 | 427 | ||
| 7782 | 10년 전 | 478 | ||
| 7781 | 10년 전 | 885 | ||
| 7780 | 10년 전 | 803 | ||
| 7779 | 10년 전 | 767 | ||
| 7778 | 10년 전 | 353 | ||
| 7777 | 10년 전 | 438 | ||
| 7776 | 10년 전 | 442 | ||
| 7775 | 10년 전 | 384 | ||
| 7774 | 10년 전 | 623 | ||
| 7773 | 10년 전 | 369 | ||
| 7772 | 10년 전 | 716 | ||
| 7771 | 10년 전 | 364 | ||
| 7770 | 10년 전 | 634 | ||
| 7769 | 10년 전 | 364 | ||
| 7768 | 10년 전 | 588 | ||
| 7767 | 10년 전 | 1154 | ||
| 7766 | 10년 전 | 485 | ||
| 7765 | 10년 전 | 504 | ||
| 7764 |
잘살아보자
|
10년 전 | 364 | |
| 7763 |
|
10년 전 | 1435 | |
| 7762 |
Tosea
|
10년 전 | 1044 | |
| 7761 | 10년 전 | 631 | ||
| 7760 |
잘살아보자
|
10년 전 | 665 | |
| 7759 |
잘살아보자
|
10년 전 | 483 | |
| 7758 |
잘살아보자
|
10년 전 | 575 | |
| 7757 | 10년 전 | 1225 | ||
| 7756 |
ITBANK
|
10년 전 | 1243 | |
| 7755 | 10년 전 | 1919 | ||
| 7754 | 10년 전 | 1042 | ||
| 7753 | 10년 전 | 869 | ||
| 7752 | 10년 전 | 1378 | ||
| 7751 |
잘살아보자
|
10년 전 | 512 | |
| 7750 |
잘살아보자
|
10년 전 | 468 | |
| 7749 |
잘살아보자
|
10년 전 | 467 | |
| 7748 |
잘살아보자
|
10년 전 | 461 | |
| 7747 |
잘살아보자
|
10년 전 | 561 | |
| 7746 |
잘살아보자
|
10년 전 | 670 | |
| 7745 |
잘살아보자
|
10년 전 | 900 | |
| 7744 |
잘살아보자
|
10년 전 | 407 | |
| 7743 | 10년 전 | 937 | ||
| 7742 |
starbros
|
10년 전 | 822 | |
| 7741 |
잘살아보자
|
10년 전 | 656 | |
| 7740 |
잘살아보자
|
10년 전 | 514 | |
| 7739 |
잘살아보자
|
10년 전 | 453 | |
| 7738 |
잘살아보자
|
10년 전 | 517 | |
| 7737 |
잘살아보자
|
10년 전 | 479 | |
| 7736 |
잘살아보자
|
10년 전 | 503 | |
| 7735 |
잘살아보자
|
10년 전 | 832 | |
| 7734 |
잘살아보자
|
10년 전 | 421 | |
| 7733 |
잘살아보자
|
10년 전 | 529 | |
| 7732 |
잘살아보자
|
10년 전 | 680 | |
| 7731 |
잘살아보자
|
10년 전 | 605 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기