웹마스터 팁

[[[[[[ 예제보기]]]]]]



<!--1. 아래 스크립트를 HEAD 부분에 복사해 넣으세요. -->
<style type="text/css">
#divControl {position:absolute; left:300px; top:80px; width:250px; font-size:10pt; font-family:arial,helvetica,sans-serif; visibility:hidden;}
#divCont {position:absolute; left:300px;top:140px; width:250px; height:150px; clip:rect(0px 250px 150px 0px);}
.clScroll {position:absolute; font-size:10pt; font-family:arial,helvetica,sans-serif; visibility:hidden;}
</style>
<script language="JavaScript" type="text/javascript">

function lib_bwcheck(){ //Browsercheck (needed)
this.ver=navigator.appVersion
this.agent=navigator.userAgent
this.dom=document.getElementById?1:0
this.opera5=this.agent.indexOf("Opera 5")>-1
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;
this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
this.ie=this.ie4||this.ie5||this.ie6
this.mac=this.agent.indexOf("Mac")>-1
this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;
this.ns4=(document.layers && !this.dom)?1:0;
this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
return this
}
var bw=new lib_bwcheck()




//The speed of the timeout between each scroll.
timSpeed = 50

//The height of the container (change this when it scrolls to much or to little)
contHeight = 100


function makeScrollObj(obj,nest){
nest=(!nest) ? "":'document.'+nest+'.'
this.el=bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):0;
this.css=bw.dom?document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+'document.'+obj):0;
this.height=bw.ns4?this.css.document.height:this.el.offsetHeight
this.top=b_gettop
return this
}

// A unit of measure that will be added when setting the position of a layer.
var px = bw.ns4||window.opera?"":"px";

//Getting the top for the top method
function b_gettop(){
var gleft=(bw.ns4 || bw.ns6)?parseInt(this.css.top):eval(this.css.pixelTop);
return gleft;
}
//Variables
var scrollTim = 1;
var active = 0;

function scroll(speed){
clearTimeout(scrollTim)
way = speed>0?1:0
if ((!way && oScroll[active].top()>-oScroll[active].height+contHeight) || (oScroll[active].top()<0 && way)){
oScroll[active].css.top = (oScroll[active].top()+speed)+px
scrollTim = setTimeout("scroll("+speed+")",timSpeed)
}
}
//Clears the timeout so the scroll stops, this is called onmouseout.
function noScroll(){
clearTimeout(scrollTim)
}

function changeActive(num){
oScroll[active].css.visibility = "hidden"
active = num
oScroll[active].css.top = 0+px
oScroll[active].css.visibility = "visible"
}

function scrollInit(){
oScroll = new Array()

// You can add and remove scrollObjects here.
oScroll[0] = new makeScrollObj('divScroll1'+ ','divCont')
oScroll[1] = new makeScrollObj('divScroll2','divCont')
oScroll[2] = new makeScrollObj('divScroll3','divCont')
oScroll[3] = new makeScrollObj('divScroll4','divCont')

oScroll[0].css.left = 0+px
oScroll[0].css.top = 0+px
oScroll[0].css.visibility = "visible"
oControl = new makeScrollObj('divControl')
oControl.css.visibility = "visible"
}

onload = scrollInit;


</script>


<!--<BODY>부분에 아래의 스크립트를 복사해 넣으세요-->




안녕 하세요 ...<br>초이스홈 방문을 진심으로 환영합니다!!
<br>text text dummy texttext text dummy texttext text dummy text<br>
<br>text text dummy text text text dummy text text text dummy text <br>



This is "page" 2...........
<br>여기는 두번째 페이지입니다!!<br>
<br>여기는 두번째 페이지입니다!!<br>
여기는 두번째 페이지입니다!!<br>
<br>여기는 두번째 페이지입니다!!<br>
<br>여기는 두번째 페이지입니다!!<br>
<br>여기는 두번째 페이지입니다!! <br>
여기는 두번째 페이지입니다!!<br>
<br>여기는 두번째 페이지입니다!!<br>



여기는 세번째 페이지입니다!!
<br>



Page 4
여기는 네번째 페이지입니다!!<br>
<br><br>
<br>여기는 네번째 페이지입니다!!<br>
<br>여기는 네번째 페이지입니다!!<br>
<br>여기는 네번째 페이지입니다!!<br>



제목 글쓴이 날짜
ZipShin님 버튼 기능추가...누르면 링크가 됩니다...^^; [1] file 김희성 2003.01.05
[Tip]한글 97로 홈페이지 틀 짜기 [8] file Alunar 2002.09.21
으앗~~ 이거 엄청긴데 어느새월에 brbr 치구있어..=_;; 한번에 엔터효과주자! [15] file 깻잎사랑=_=v 2002.09.15
배경그림 고정하기 [5] file 티투 2002.08.28
노프레임 홈페이지 만들기 강좌:) [53] file Alunar@R. 2002.08.22
테이블에 마우스 커서 올리면 배경색 변하게 하기 [7] file Eccen 2002.08.17
그린 커뮤니티 강의 - 뉴스티커 만들기 [10] file 그린 2002.08.15
[BGM-초급]나모로 BGM 설치하기 (다운받기-시노부 포함) [5] file ▩윤미 2002.07.14
나왔다 드러갔다하는 메뉴.. [15] file Mr. JH 2002.05.17
저기에서 이리로 온 글입니다. [3] file 이성영 2002.05.07
드래그하면 바뀌는 마술거울효과 (-_-")v [16] file 짱나 2002.04.05
두 개의 프레임을 동시에 제어하기 [4] file (づ_-) 위드 2002.03.25
프레임 만들기 [6] file 냠냠 2002.03.10
특수문자 사용하기 file 란즈 2002.03.02
아주!!간단한 나갈때인사말띄우기-_- file 란즈 2002.03.02
▩폼 필드 예쁘게 꾸미는 법 [2] file ▩윤미 2002.03.02
페이지 스크롤 - 네개의 레이어를 이용한겁니다 [4] file choice 2002.02.25
오른쪽 스크롤바 에 출렁이며 내려오는 공지창 [3] file choice 2002.02.25
해상도에 적응하는 노프레임 홈페이지 제작에 필요한 표와 셀의 관계 [8] file Multi_Taeji 2004.10.13
허접 팁....레이어로 플래시 뺨치는 홈페이지 만들기 -추가- [17] file 남규성 2004.05.05