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

· 17년 전 · 1886
<!---- 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,835
16년 전 조회 2,510
16년 전 조회 2,344
16년 전 조회 3,063
16년 전 조회 2,670
16년 전 조회 1,811
16년 전 조회 4,856
16년 전 조회 1,934
16년 전 조회 2,243
16년 전 조회 2,681
16년 전 조회 4,327
16년 전 조회 3,225
16년 전 조회 1,945
16년 전 조회 4,487
16년 전 조회 1,841
16년 전 조회 2,026
16년 전 조회 1,701
16년 전 조회 2,170
16년 전 조회 2,092
16년 전 조회 2,079
16년 전 조회 1,859
16년 전 조회 2,624
16년 전 조회 2,255
16년 전 조회 2,416
16년 전 조회 2,642
16년 전 조회 1,910
16년 전 조회 2,797
16년 전 조회 2,683
16년 전 조회 4,983
16년 전 조회 1,770
16년 전 조회 1,510
16년 전 조회 2,466
16년 전 조회 2,409
16년 전 조회 1,979
16년 전 조회 2,520
16년 전 조회 2,725
16년 전 조회 1,827
16년 전 조회 2,202
16년 전 조회 2,378
16년 전 조회 1,467
16년 전 조회 2,163
16년 전 조회 1,851
16년 전 조회 2,350
16년 전 조회 1,747
16년 전 조회 2,651
16년 전 조회 2,345
16년 전 조회 6,329
17년 전 조회 2,351
17년 전 조회 4,117
17년 전 조회 1,887
17년 전 조회 2,184
17년 전 조회 2,531
17년 전 조회 3,049
17년 전 조회 2,745
17년 전 조회 3,184
17년 전 조회 3,430
17년 전 조회 3,445
17년 전 조회 2,257
17년 전 조회 1,979
17년 전 조회 1,848
17년 전 조회 2,172
17년 전 조회 1,646
17년 전 조회 2,406
17년 전 조회 2,188
17년 전 조회 2,029
17년 전 조회 1,729
17년 전 조회 2,599
17년 전 조회 3,675
17년 전 조회 2,557
17년 전 조회 2,174
17년 전 조회 1,943
17년 전 조회 2,483
17년 전 조회 5,168
17년 전 조회 1,862
17년 전 조회 2,604
17년 전 조회 2,576
17년 전 조회 2,855
17년 전 조회 2,570
17년 전 조회 4,901
17년 전 조회 3,401
17년 전 조회 3,308
17년 전 조회 2,026
17년 전 조회 1,688
17년 전 조회 4,415
17년 전 조회 2,081
17년 전 조회 2,084
17년 전 조회 2,578
17년 전 조회 2,320
17년 전 조회 1,960
17년 전 조회 4,370
17년 전 조회 2,188
17년 전 조회 3,547
17년 전 조회 3,461
17년 전 조회 1,462
17년 전 조회 2,240
17년 전 조회 2,023
17년 전 조회 2,272
17년 전 조회 3,080
17년 전 조회 3,434
17년 전 조회 3,643