<script type="text/javascript">
<!--
var cssdropdown={
disappeardelay: 250, //set delay in miliseconds before menu disappears onmouseout
//No need to edit beyond here////////////////////////
dropmenuobj: null, ie: document.all, firefox: document.getElementById&&!document.all,
getposOffset:function(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
},
showhide:function(obj, e, visible, hidden){
if (this.ie || this.firefox)
this.dropmenuobj.style.left=this.dropmenuobj.style.top="-500px"
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
},
iecompattest:function(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
},
clearbrowseredge:function(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=this.ie && !window.opera? this.iecompattest().scrollLeft+this.iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
this.dropmenuobj.contentmeasure=this.dropmenuobj.offsetWidth
if (windowedge-this.dropmenuobj.x < this.dropmenuobj.contentmeasure) //move menu to the left?
edgeoffset=this.dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=this.ie && !window.opera? this.iecompattest().scrollTop : window.pageYOffset
var windowedge=this.ie && !window.opera? this.iecompattest().scrollTop+this.iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
this.dropmenuobj.contentmeasure=this.dropmenuobj.offsetHeight
if (windowedge-this.dropmenuobj.y < this.dropmenuobj.contentmeasure){ //move up?
edgeoffset=this.dropmenuobj.contentmeasure+obj.offsetHeight
if ((this.dropmenuobj.y-topedge)<this.dropmenuobj.contentmeasure) //up no good either?
edgeoffset=this.dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
},
dropit:function(obj, e, dropmenuID){
if (this.dropmenuobj!=null) //hide previous menu
this.dropmenuobj.style.visibility="hidden"
this.clearhidemenu()
if (this.ie||this.firefox){
obj.onmouseout=function(){cssdropdown.delayhidemenu()}
this.dropmenuobj=document.getElementById(dropmenuID)
this.dropmenuobj.onmouseover=function(){cssdropdown.clearhidemenu()}
this.dropmenuobj.onmouseout=function(){cssdropdown.dynamichide(e)}
this.dropmenuobj.onclick=function(){cssdropdown.delayhidemenu()}
this.showhide(this.dropmenuobj.style, e, "visible", "hidden")
this.dropmenuobj.x=this.getposOffset(obj, "left")
this.dropmenuobj.y=this.getposOffset(obj, "top")
this.dropmenuobj.style.left=this.dropmenuobj.x-this.clearbrowseredge(obj, "rightedge")+"px"
this.dropmenuobj.style.top=this.dropmenuobj.y-this.clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+1+"px"
}
},
contains_firefox:function(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
},
dynamichide:function(e){
var evtobj=window.event? window.event : e
if (this.ie&&!this.dropmenuobj.contains(evtobj.toElement))
this.delayhidemenu()
else if (this.firefox&&e.currentTarget!= evtobj.relatedTarget&& !this.contains_firefox(evtobj.currentTarget, evtobj.relatedTarget))
this.delayhidemenu()
},
delayhidemenu:function(){
this.delayhide=setTimeout("cssdropdown.dropmenuobj.style.visibility='hidden'",this.disappeardelay)
},
clearhidemenu:function(){
if (this.delayhide!="undefined")
clearTimeout(this.delayhide)
}
}
//-->
</script>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6830 |
112211dd
|
11년 전 | 787 | |
| 6829 |
진짜다진짜가나타남
|
11년 전 | 1190 | |
| 6828 | 11년 전 | 817 | ||
| 6827 |
봉보로봉봉
|
11년 전 | 900 | |
| 6826 |
jinion
|
11년 전 | 818 | |
| 6825 | 11년 전 | 800 | ||
| 6824 |
yunkiri486
|
11년 전 | 713 | |
| 6823 |
2donggalbi
|
11년 전 | 850 | |
| 6822 | 11년 전 | 844 | ||
| 6821 | 11년 전 | 797 | ||
| 6820 | 11년 전 | 3100 | ||
| 6819 | 11년 전 | 1248 | ||
| 6818 | 11년 전 | 516 | ||
| 6817 |
|
11년 전 | 602 | |
| 6816 | 11년 전 | 2070 | ||
| 6815 | 11년 전 | 1210 | ||
| 6814 | 11년 전 | 855 | ||
| 6813 | 11년 전 | 599 | ||
| 6812 |
|
11년 전 | 981 | |
| 6811 | 11년 전 | 576 | ||
| 6810 | 11년 전 | 1535 | ||
| 6809 |
낚시가좋아
|
11년 전 | 1047 | |
| 6808 | 11년 전 | 438 | ||
| 6807 | 11년 전 | 759 | ||
| 6806 |
Unhappy
|
11년 전 | 1770 | |
| 6805 | 11년 전 | 1594 | ||
| 6804 | 11년 전 | 1116 | ||
| 6803 | 11년 전 | 551 | ||
| 6802 |
asdfg
|
11년 전 | 1132 | |
| 6801 |
아트귀농인
|
11년 전 | 499 | |
| 6800 | 11년 전 | 2551 | ||
| 6799 | 11년 전 | 1352 | ||
| 6798 | 11년 전 | 1466 | ||
| 6797 | 11년 전 | 626 | ||
| 6796 |
purple63
|
11년 전 | 427 | |
| 6795 | 11년 전 | 2630 | ||
| 6794 |
커네드커네드
|
11년 전 | 955 | |
| 6793 | 11년 전 | 400 | ||
| 6792 | 11년 전 | 2489 | ||
| 6791 | 11년 전 | 510 | ||
| 6790 | 11년 전 | 2251 | ||
| 6789 |
리아빌리티
|
11년 전 | 3091 | |
| 6788 | 11년 전 | 1342 | ||
| 6787 | 11년 전 | 672 | ||
| 6786 | 11년 전 | 387 | ||
| 6785 | 11년 전 | 715 | ||
| 6784 |
|
11년 전 | 839 | |
| 6783 | 11년 전 | 577 | ||
| 6782 | 11년 전 | 3651 | ||
| 6781 |
리아빌리티
|
11년 전 | 477 | |
| 6780 | 11년 전 | 520 | ||
| 6779 | 11년 전 | 475 | ||
| 6778 | 11년 전 | 4677 | ||
| 6777 |
바보온달123
|
11년 전 | 610 | |
| 6776 | 11년 전 | 924 | ||
| 6775 | 11년 전 | 722 | ||
| 6774 |
DANet
|
11년 전 | 635 | |
| 6773 | 11년 전 | 1557 | ||
| 6772 | 11년 전 | 1350 | ||
| 6771 | 11년 전 | 610 | ||
| 6770 | 11년 전 | 1156 | ||
| 6769 | 11년 전 | 945 | ||
| 6768 | 11년 전 | 685 | ||
| 6767 | 11년 전 | 575 | ||
| 6766 | 11년 전 | 1259 | ||
| 6765 |
크림나이트
|
11년 전 | 991 | |
| 6764 | 11년 전 | 1532 | ||
| 6763 | 11년 전 | 2593 | ||
| 6762 | 11년 전 | 527 | ||
| 6761 |
|
11년 전 | 778 | |
| 6760 |
|
11년 전 | 706 | |
| 6759 | 11년 전 | 3341 | ||
| 6758 | 11년 전 | 1006 | ||
| 6757 | 11년 전 | 1265 | ||
| 6756 | 11년 전 | 887 | ||
| 6755 |
|
11년 전 | 567 | |
| 6754 |
|
11년 전 | 708 | |
| 6753 |
|
11년 전 | 1374 | |
| 6752 | 11년 전 | 598 | ||
| 6751 |
|
11년 전 | 647 | |
| 6750 |
|
11년 전 | 2012 | |
| 6749 | 11년 전 | 1207 | ||
| 6748 |
|
11년 전 | 1111 | |
| 6747 | 11년 전 | 1156 | ||
| 6746 | 11년 전 | 827 | ||
| 6745 |
|
11년 전 | 903 | |
| 6744 | 11년 전 | 845 | ||
| 6743 | 11년 전 | 1273 | ||
| 6742 | 11년 전 | 527 | ||
| 6741 |
Abilityarch
|
11년 전 | 600 | |
| 6740 | 11년 전 | 640 | ||
| 6739 |
leewin20
|
11년 전 | 1230 | |
| 6738 | 11년 전 | 500 | ||
| 6737 | 11년 전 | 1210 | ||
| 6736 | 11년 전 | 1249 | ||
| 6735 | 11년 전 | 545 | ||
| 6734 | 11년 전 | 1278 | ||
| 6733 |
RipperTNT
|
11년 전 | 1837 | |
| 6732 |
|
11년 전 | 1335 | |
| 6731 |
|
11년 전 | 1384 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기