<!---- 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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5802 | 9년 전 | 264 | ||
| 5801 | 9년 전 | 303 | ||
| 5800 | 9년 전 | 387 | ||
| 5799 | 9년 전 | 223 | ||
| 5798 | 9년 전 | 242 | ||
| 5797 | 9년 전 | 366 | ||
| 5796 |
|
9년 전 | 923 | |
| 5795 | 9년 전 | 315 | ||
| 5794 | 9년 전 | 278 | ||
| 5793 | 9년 전 | 387 | ||
| 5792 | 9년 전 | 280 | ||
| 5791 |
|
9년 전 | 521 | |
| 5790 |
씨에이치넷
|
9년 전 | 1336 | |
| 5789 | 9년 전 | 384 | ||
| 5788 | 9년 전 | 264 | ||
| 5787 | 9년 전 | 272 | ||
| 5786 | 9년 전 | 314 | ||
| 5785 | 9년 전 | 298 | ||
| 5784 | 9년 전 | 230 | ||
| 5783 | 9년 전 | 238 | ||
| 5782 | 9년 전 | 203 | ||
| 5781 | 9년 전 | 256 | ||
| 5780 | 10년 전 | 266 | ||
| 5779 | 10년 전 | 359 | ||
| 5778 | 10년 전 | 274 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기