웹마스터 팁

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



<!--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>



제목 글쓴이 날짜
css를 이용한 페이지 인식 헤이즈디자인 2014.04.23
메인 홈페이지와 서브페이지를 하나의 레이아웃으로 투씨 2014.03.24
[html 초보용] 홈페이지 무작정 따라하기!② [3] file 깻잎사랑=_=v 2003.04.14
[html 초보용] 홈페이지 무작정 따라하기!① [6] file 깻잎사랑=_=v 2003.04.14
노프레임홈페이지 디비기 4 - 쌍벽 [36] file 리디 2003.04.08
노프레임홈페이지 디비기 3 - 경로 [42] file 리디 2003.03.31
쭘's식 홈페이지 만들기 No.2 - 예제 미리보기 포함 [14] file 쭘's 2003.03.30
노프레임홈페이지 디비기 2 - 헤더와 풋터 [57] file 리디 2003.03.26
노프레임홈페이지 디비기 1 - 계층 [16] file 리디 2003.03.25
쭘's 식 쉽게 홈페이지 만들기 [15] file 쭘's 2003.03.17
[Tip]한글 97로 홈페이지 틀 짜기 [8] file Alunar 2002.09.21
노프레임 홈페이지 만들기 강좌:) [53] file Alunar@R. 2002.08.22
페이지 스크롤 - 네개의 레이어를 이용한겁니다 [4] file choice 2002.02.25
해상도에 적응하는 노프레임 홈페이지 제작에 필요한 표와 셀의 관계 [8] file Multi_Taeji 2004.10.13
허접 팁....레이어로 플래시 뺨치는 홈페이지 만들기 -추가- [17] file 남규성 2004.05.05
노프레임 홈페이지에서 상하좌우에 원하지 않는 간격이 생길때... [9] file PHASE 2003.09.08
벅스뮤직 음악을 페이지의 배경 음악으로 깔기 (수정 #1) [31] file 토끼군 2003.08.20
노프레임 홈만들기 (3) - 서브 페이지 만들고 제로보드에 적용하기 [27] file @kihwa 2003.07.26
쭘's식 홈페이지 만들기 No.5 - (미리보기 포함) [18] file 쭘's 2003.07.07
쭘's식 홈페이지 만들기 No.4 - (미리보기 포함) [26] file 쭘's 2003.06.16