<!---- 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>
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5952 | 9년 전 | 288 | ||
| 5951 | 9년 전 | 208 | ||
| 5950 | 9년 전 | 276 | ||
| 5949 | 9년 전 | 434 | ||
| 5948 | 9년 전 | 179 | ||
| 5947 | 9년 전 | 195 | ||
| 5946 | 9년 전 | 180 | ||
| 5945 | 9년 전 | 332 | ||
| 5944 | 9년 전 | 332 | ||
| 5943 | 9년 전 | 407 | ||
| 5942 | 9년 전 | 353 | ||
| 5941 | 9년 전 | 534 | ||
| 5940 | 9년 전 | 423 | ||
| 5939 | 9년 전 | 370 | ||
| 5938 |
씨에이치넷
|
9년 전 | 1281 | |
| 5937 | 9년 전 | 398 | ||
| 5936 | 9년 전 | 356 | ||
| 5935 | 9년 전 | 343 | ||
| 5934 | 9년 전 | 283 | ||
| 5933 | 9년 전 | 705 | ||
| 5932 | 9년 전 | 267 | ||
| 5931 | 9년 전 | 298 | ||
| 5930 | 9년 전 | 484 | ||
| 5929 | 9년 전 | 284 | ||
| 5928 | 9년 전 | 341 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기