<!---- 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 437 | ||
| 7929 | 9년 전 | 366 | ||
| 7928 | 9년 전 | 455 | ||
| 7927 | 9년 전 | 367 | ||
| 7926 | 9년 전 | 679 | ||
| 7925 | 9년 전 | 391 | ||
| 7924 | 9년 전 | 375 | ||
| 7923 | 9년 전 | 371 | ||
| 7922 | 9년 전 | 403 | ||
| 7921 | 9년 전 | 418 | ||
| 7920 | 9년 전 | 337 | ||
| 7919 | 9년 전 | 346 | ||
| 7918 | 9년 전 | 499 | ||
| 7917 | 9년 전 | 353 | ||
| 7916 | 9년 전 | 435 | ||
| 7915 | 9년 전 | 435 | ||
| 7914 | 9년 전 | 448 | ||
| 7913 | 9년 전 | 621 | ||
| 7912 | 9년 전 | 454 | ||
| 7911 | 9년 전 | 388 | ||
| 7910 | 9년 전 | 434 | ||
| 7909 | 9년 전 | 536 | ||
| 7908 | 9년 전 | 469 | ||
| 7907 | 9년 전 | 413 | ||
| 7906 | 9년 전 | 427 | ||
| 7905 | 9년 전 | 402 | ||
| 7904 | 9년 전 | 387 | ||
| 7903 | 9년 전 | 384 | ||
| 7902 | 9년 전 | 583 | ||
| 7901 |
|
9년 전 | 761 | |
| 7900 | 9년 전 | 630 | ||
| 7899 | 9년 전 | 415 | ||
| 7898 | 9년 전 | 423 | ||
| 7897 | 9년 전 | 374 | ||
| 7896 | 9년 전 | 387 | ||
| 7895 | 9년 전 | 501 | ||
| 7894 | 9년 전 | 421 | ||
| 7893 | 9년 전 | 389 | ||
| 7892 | 9년 전 | 425 | ||
| 7891 | 9년 전 | 790 | ||
| 7890 | 9년 전 | 1223 | ||
| 7889 | 9년 전 | 759 | ||
| 7888 |
limsy1987
|
9년 전 | 569 | |
| 7887 | 9년 전 | 594 | ||
| 7886 | 9년 전 | 488 | ||
| 7885 | 9년 전 | 442 | ||
| 7884 | 9년 전 | 440 | ||
| 7883 | 9년 전 | 445 | ||
| 7882 | 9년 전 | 502 | ||
| 7881 | 9년 전 | 471 | ||
| 7880 | 9년 전 | 603 | ||
| 7879 | 9년 전 | 495 | ||
| 7878 | 9년 전 | 1258 | ||
| 7877 | 9년 전 | 789 | ||
| 7876 | 9년 전 | 524 | ||
| 7875 | 9년 전 | 600 | ||
| 7874 |
|
9년 전 | 824 | |
| 7873 | 9년 전 | 538 | ||
| 7872 | 9년 전 | 704 | ||
| 7871 | 9년 전 | 515 | ||
| 7870 | 9년 전 | 640 | ||
| 7869 | 9년 전 | 454 | ||
| 7868 | 9년 전 | 485 | ||
| 7867 | 9년 전 | 477 | ||
| 7866 | 9년 전 | 537 | ||
| 7865 | 9년 전 | 479 | ||
| 7864 | 9년 전 | 547 | ||
| 7863 | 9년 전 | 543 | ||
| 7862 | 9년 전 | 495 | ||
| 7861 | 9년 전 | 673 | ||
| 7860 | 9년 전 | 653 | ||
| 7859 | 9년 전 | 436 | ||
| 7858 | 9년 전 | 734 | ||
| 7857 | 9년 전 | 1120 | ||
| 7856 | 9년 전 | 555 | ||
| 7855 | 9년 전 | 780 | ||
| 7854 | 9년 전 | 742 | ||
| 7853 | 9년 전 | 624 | ||
| 7852 | 9년 전 | 549 | ||
| 7851 | 9년 전 | 538 | ||
| 7850 | 9년 전 | 614 | ||
| 7849 | 9년 전 | 385 | ||
| 7848 | 9년 전 | 456 | ||
| 7847 | 9년 전 | 695 | ||
| 7846 | 9년 전 | 486 | ||
| 7845 | 9년 전 | 453 | ||
| 7844 | 9년 전 | 426 | ||
| 7843 | 9년 전 | 458 | ||
| 7842 | 9년 전 | 438 | ||
| 7841 | 9년 전 | 414 | ||
| 7840 | 9년 전 | 428 | ||
| 7839 | 9년 전 | 467 | ||
| 7838 | 9년 전 | 535 | ||
| 7837 | 9년 전 | 380 | ||
| 7836 | 9년 전 | 429 | ||
| 7835 | 9년 전 | 503 | ||
| 7834 |
|
9년 전 | 1212 | |
| 7833 | 9년 전 | 469 | ||
| 7832 | 9년 전 | 452 | ||
| 7831 | 9년 전 | 603 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기