웹마스터 팁
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
그림을 생성시키는 듯한 효과의 스크립트
2003.03.17 03:11
미리보기 : http://allzza.net/ver1/aboard/aboard.php?id=free_pds&dbf=19&mode=source
<script>
head_tag = "<table border=0 cellpadding=0 cellspacing=0 width=100% bgcolor=cccccc>";
main_tag_1 = "<tr><td height=7>";
main_tag_2 = "</td></tr>";
close_tag = "</table>";
hr_color = new Array("000000","ffff00","ff00ff","00ffff","ff0000","00ff00","0000ff");
function _load() {
xx = parseInt(document.all.mylay.style.left) + 2;
m=Math.floor(Math.random() * 10);
n = Math.floor(Math.random() * hr_color.length);
inner_tag = head_tag;
for(i=0;i<10;i++) {
inner_tag += main_tag_1;
if(i == m) inner_tag += "<hr width=100% size=1px color=" + hr_color[n] + " noshade>";
inner_tag += main_tag_2;
}
inner_tag += close_tag;
document.all.mylay.innerHTML = inner_tag + inner_tag + inner_tag + inner_tag + inner_tag + inner_tag + inner_tag + inner_tag;
document.all.mylay.style.left = xx;
if(xx <1100) setTimeout("_load()",10);
else document.all.mylay.style.visibility = 'hidden';
}
</script>
<body onload="_load()">
<div id=mylay style="position:absolute;top:0;left:0;width:1000;height:2000;visibility:visible;z-index:2">
</div>
<div id=mylay2 style="position:absolute;top:0;left:0;width:1000;height:2000;visibility:visible;z-index:1">
<img src=http://www.kangwhado.co.kr/kangwhado21/bbsupfiles/DSCN5753%20copy.jpg width=1024 height=768>
</div>
<script>
head_tag = "<table border=0 cellpadding=0 cellspacing=0 width=100% bgcolor=cccccc>";
main_tag_1 = "<tr><td height=7>";
main_tag_2 = "</td></tr>";
close_tag = "</table>";
hr_color = new Array("000000","ffff00","ff00ff","00ffff","ff0000","00ff00","0000ff");
function _load() {
xx = parseInt(document.all.mylay.style.left) + 2;
m=Math.floor(Math.random() * 10);
n = Math.floor(Math.random() * hr_color.length);
inner_tag = head_tag;
for(i=0;i<10;i++) {
inner_tag += main_tag_1;
if(i == m) inner_tag += "<hr width=100% size=1px color=" + hr_color[n] + " noshade>";
inner_tag += main_tag_2;
}
inner_tag += close_tag;
document.all.mylay.innerHTML = inner_tag + inner_tag + inner_tag + inner_tag + inner_tag + inner_tag + inner_tag + inner_tag;
document.all.mylay.style.left = xx;
if(xx <1100) setTimeout("_load()",10);
else document.all.mylay.style.visibility = 'hidden';
}
</script>
<body onload="_load()">
<div id=mylay style="position:absolute;top:0;left:0;width:1000;height:2000;visibility:visible;z-index:2">
</div>
<div id=mylay2 style="position:absolute;top:0;left:0;width:1000;height:2000;visibility:visible;z-index:1">
<img src=http://www.kangwhado.co.kr/kangwhado21/bbsupfiles/DSCN5753%20copy.jpg width=1024 height=768>
</div>
댓글 5
-
행복한고니
2003.03.17 18:02
딴지는 아니지만... 생성의 기분은 별로 안 드는 것이... -_-;; -
☺BBeak!☺
2003.03.17 18:43
솔직히;; 별로 안드는 ^^;;; -
[헉]몬끄
2003.03.17 21:52
맞습니다 맞고요 ! -
RedEye
2003.03.20 04:16
네,,, 이미지를 작은거로 쓰고 속도를 좀더 높이고 라인색을 리얼하게 하면 좀 나을듯,,,
원프레임의 타이틀 이미지를 저런식으로 꾸며도 괘안을듯 하네요. -
유연일
2003.03.25 20:30
실망했어요 ㅡㅠㅡ
히히히히;;
제목 | 글쓴이 | 날짜 |
---|---|---|
간단한 점프메뉴(selecter) [14] | 박재현 | 2003.04.14 |
페이지 프린트 제어 하기 [1] | RedEye | 2003.04.14 |
부라우저 타이틀 제어? [1] | RedEye | 2003.04.14 |
현재 데이터를 읽는 중입니다. 잠시만 기다려주세요~!! | RedEye | 2003.04.12 |
두드려라! 그러면 돌아갈 것이다~ [3] | RedEye | 2003.04.12 |
001 ~ 999 순차적인 리스트 만들기 [8] | 아이쿠 | 2003.04.10 |
현재 접속 시간을 택스트로 뿌려주는 소스... [8] | 이태운 | 2003.04.04 |
Pop-up Window 생성기 [1] | xcool | 2003.04.03 |
프레임에서 버튼으로 타겟 지정하기!! [1] | RedEye | 2003.04.01 |
엔지오식 좌측이동메뉴 레이어 가운데기준정렬 [11] | 스티치 | 2003.03.29 |
[초보 강좌] 쉬운 사칙연산을 하여보자 첫번째 [3] | ZipShin | 2003.03.27 |
책갈피로 띄운 새창내용 바로가서 보기 | RedEye | 2003.03.27 |
무료로 컵받침을 만들어주는 스크립트... -_-;; [18] | 행복한고니 | 2003.03.25 |
입력된 내용대로 출력하는 JS 소스코드 생성기 [1] | xcool | 2003.03.25 |
주민등록번호로 자동으로 생일, 성별체크 [3] | [포터]아렌티 | 2003.03.19 |
그림을 생성시키는 듯한 효과의 스크립트 [5] | 미친개 | 2003.03.17 |
비밀번호 실시간 확인 스크립트 - 제로보드 응용버전 [2] | 세죠위그이 | 2003.03.14 |
자바 스크립트 소스 올릴때 예제 쉽게 보이기 [2] | xcool | 2003.03.12 |
비밀번호 실시간(?) 확인 스크립트;;; [11] | Zective | 2003.03.09 |
[re] 비밀번호 실시간(?) 확인 스크립트;;; 개인적으로 수정 [2] | 아이쿠 | 2003.03.15 |