항상 같은곳에 광고창 만들기

· 17년 전 · 1877
<!---- 1. 아래의 코드를 HEAD 부분에 붙여 넣으세요 ------>

<style>
<!--
.drag{position:relative;cursor:hand
}
#scontentmain{
position:absolute;
width:150px;
}
#scontentbar{
cursor:hand;
position:absolute;
background-color:green;
height:15;
width:100%;
top:0;
}
#scontentsub{
position:absolute;
width:100%;
top:15;
background-color:lightyellow;
border:2px solid green;
padding:1.5px;
}
-->
</style>

<script language="JavaScript1.2">
<!--

var dragapproved=false
var zcor,xcor,ycor

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function movescontentmain(){
if (event.button==1&&dragapproved){
zcor.style.pixelLeft=tempvar1+event.clientX-xcor
zcor.style.pixelTop=tempvar2+event.clientY-ycor
leftpos=document.all.scontentmain.style.pixelLeft-ietruebody().scrollLeft
toppos=document.all.scontentmain.style.pixelTop-ietruebody().scrollTop
return false
}
}
function dragscontentmain(){
if (!document.all)
return
if (event.srcElement.id=="scontentbar"){
dragapproved=true
zcor=scontentmain
tempvar1=zcor.style.pixelLeft
tempvar2=zcor.style.pixelTop
xcor=event.clientX
ycor=event.clientY
document.onmousemove=movescontentmain
}
}
document.onmousedown=dragscontentmain
document.onmouseup=new Function("dragapproved=false")
//-->
</script>

</HEAD>

<BODY>

<!--- 아래의 코드를 </body> 태그위에 붙여넣으세요 --------->

<div id="scontentmain">
        <div id="scontentbar" >
        <a href="javascript:onoffdisplay()">축소</a>
        </div>
                <div id="scontentsub">
                <p align="center"><br>
                광고창</p>
                여기에 내용을 입력 하세요
                </div>
        </div>
</div>

<script language="JavaScript1.2">

var w=ietruebody().clientWidth-195 // 화면 오른쪽 끝에서 -195 px
var h=50 // 화면 위에서 50px

w+=ietruebody().scrollLeft
h+=ietruebody().scrollTop

var leftpos=w
var toppos=h
scontentmain.style.left=w
scontentmain.style.top=h

function onoffdisplay(){
if (scontentsub.style.display=='')
scontentsub.style.display='none'
else
scontentsub.style.display=''
}

function staticize(){
w2=ietruebody().scrollLeft+leftpos
h2=ietruebody().scrollTop+toppos
scontentmain.style.left=w2
scontentmain.style.top=h2
}
window.onscroll=staticize

</script>

[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
16년 전 조회 1,821
16년 전 조회 2,494
16년 전 조회 2,332
16년 전 조회 3,048
16년 전 조회 2,657
16년 전 조회 1,802
16년 전 조회 4,843
16년 전 조회 1,924
16년 전 조회 2,229
16년 전 조회 2,664
16년 전 조회 4,310
16년 전 조회 3,212
16년 전 조회 1,927
16년 전 조회 4,474
16년 전 조회 1,830
16년 전 조회 2,016
16년 전 조회 1,687
16년 전 조회 2,156
16년 전 조회 2,082
16년 전 조회 2,063
16년 전 조회 1,847
16년 전 조회 2,604
16년 전 조회 2,239
16년 전 조회 2,401
16년 전 조회 2,631
16년 전 조회 1,897
16년 전 조회 2,785
16년 전 조회 2,674
16년 전 조회 4,973
16년 전 조회 1,752
16년 전 조회 1,496
16년 전 조회 2,445
16년 전 조회 2,400
16년 전 조회 1,960
16년 전 조회 2,506
16년 전 조회 2,718
16년 전 조회 1,815
16년 전 조회 2,185
16년 전 조회 2,358
16년 전 조회 1,450
16년 전 조회 2,156
16년 전 조회 1,832
16년 전 조회 2,339
16년 전 조회 1,733
16년 전 조회 2,638
16년 전 조회 2,330
16년 전 조회 6,318
17년 전 조회 2,338
17년 전 조회 4,106
17년 전 조회 1,878
17년 전 조회 2,178
17년 전 조회 2,520
17년 전 조회 3,036
17년 전 조회 2,731
17년 전 조회 3,174
17년 전 조회 3,421
17년 전 조회 3,434
17년 전 조회 2,243
17년 전 조회 1,968
17년 전 조회 1,838
17년 전 조회 2,155
17년 전 조회 1,636
17년 전 조회 2,396
17년 전 조회 2,174
17년 전 조회 2,018
17년 전 조회 1,718
17년 전 조회 2,590
17년 전 조회 3,666
17년 전 조회 2,551
17년 전 조회 2,162
17년 전 조회 1,927
17년 전 조회 2,470
17년 전 조회 5,153
17년 전 조회 1,854
17년 전 조회 2,597
17년 전 조회 2,563
17년 전 조회 2,843
17년 전 조회 2,558
17년 전 조회 4,887
17년 전 조회 3,384
17년 전 조회 3,292
17년 전 조회 2,013
17년 전 조회 1,673
17년 전 조회 4,402
17년 전 조회 2,071
17년 전 조회 2,071
17년 전 조회 2,563
17년 전 조회 2,308
17년 전 조회 1,945
17년 전 조회 4,358
17년 전 조회 2,178
17년 전 조회 3,536
17년 전 조회 3,448
17년 전 조회 1,450
17년 전 조회 2,222
17년 전 조회 2,004
17년 전 조회 2,254
17년 전 조회 3,067
17년 전 조회 3,417
17년 전 조회 3,626