<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 130 | 20년 전 | 4000 | ||
| 129 | 20년 전 | 2938 | ||
| 128 | 20년 전 | 3670 | ||
| 127 | 20년 전 | 3503 | ||
| 126 | 20년 전 | 3760 | ||
| 125 | 20년 전 | 8588 | ||
| 124 | 20년 전 | 2601 | ||
| 123 | 20년 전 | 3744 | ||
| 122 | 20년 전 | 3205 | ||
| 121 | 20년 전 | 2609 | ||
| 120 | 20년 전 | 2671 | ||
| 119 | 20년 전 | 2583 | ||
| 118 | 20년 전 | 2859 | ||
| 117 |
|
20년 전 | 3057 | |
| 116 | 20년 전 | 5310 | ||
| 115 | 20년 전 | 3922 | ||
| 114 | 20년 전 | 4971 | ||
| 113 | 20년 전 | 6210 | ||
| 112 | 20년 전 | 7322 | ||
| 111 | 20년 전 | 18430 | ||
| 110 | 20년 전 | 6873 | ||
| 109 | 20년 전 | 2878 | ||
| 108 | 20년 전 | 4137 | ||
| 107 |
prosper
|
20년 전 | 2499 | |
| 106 |
prosper
|
20년 전 | 4316 | |
| 105 |
아우겐나이스
|
20년 전 | 2913 | |
| 104 | 20년 전 | 2258 | ||
| 103 | 20년 전 | 2477 | ||
| 102 | 20년 전 | 2256 | ||
| 101 | 20년 전 | 2574 | ||
| 100 | 20년 전 | 1746 | ||
| 99 | 20년 전 | 1566 | ||
| 98 | 20년 전 | 1617 | ||
| 97 | 20년 전 | 2129 | ||
| 96 | 20년 전 | 1871 | ||
| 95 | 20년 전 | 2374 | ||
| 94 | 20년 전 | 3564 | ||
| 93 | 20년 전 | 1559 | ||
| 92 | 20년 전 | 1756 | ||
| 91 | 20년 전 | 3180 | ||
| 90 | 20년 전 | 2340 | ||
| 89 | 20년 전 | 3169 | ||
| 88 | 20년 전 | 2870 | ||
| 87 | 20년 전 | 3294 | ||
| 86 | 20년 전 | 5132 | ||
| 85 | 20년 전 | 2520 | ||
| 84 | 20년 전 | 4824 | ||
| 83 | 20년 전 | 2502 | ||
| 82 | 20년 전 | 3119 | ||
| 81 | 20년 전 | 7625 | ||
| 80 | 20년 전 | 3822 | ||
| 79 | 20년 전 | 3206 | ||
| 78 | 20년 전 | 4694 | ||
| 77 | 20년 전 | 2897 | ||
| 76 | 20년 전 | 6216 | ||
| 75 | 20년 전 | 4470 | ||
| 74 | 20년 전 | 5782 | ||
| 73 | 20년 전 | 3625 | ||
| 72 | 20년 전 | 5967 | ||
| 71 | 20년 전 | 3117 | ||
| 70 | 20년 전 | 2839 | ||
| 69 | 20년 전 | 2640 | ||
| 68 | 20년 전 | 2446 | ||
| 67 | 20년 전 | 2655 | ||
| 66 | 20년 전 | 2671 | ||
| 65 | 20년 전 | 3789 | ||
| 64 | 20년 전 | 2825 | ||
| 63 | 20년 전 | 2457 | ||
| 62 | 20년 전 | 2265 | ||
| 61 | 20년 전 | 3070 | ||
| 60 | 20년 전 | 3134 | ||
| 59 | 20년 전 | 2515 | ||
| 58 | 20년 전 | 2589 | ||
| 57 | 20년 전 | 2967 | ||
| 56 | 20년 전 | 2317 | ||
| 55 | 20년 전 | 2761 | ||
| 54 | 20년 전 | 2128 | ||
| 53 | 20년 전 | 2349 | ||
| 52 | 20년 전 | 2699 | ||
| 51 |
prosper
|
21년 전 | 2351 | |
| 50 |
prosper
|
21년 전 | 2170 | |
| 49 | 21년 전 | 2179 | ||
| 48 | 21년 전 | 2340 | ||
| 47 | 21년 전 | 1934 | ||
| 46 | 21년 전 | 1928 | ||
| 45 | 21년 전 | 2134 | ||
| 44 | 21년 전 | 2361 | ||
| 43 | 21년 전 | 4576 | ||
| 42 |
prosper
|
21년 전 | 2715 | |
| 41 |
prosper
|
21년 전 | 2114 | |
| 40 | 21년 전 | 2178 | ||
| 39 | 21년 전 | 2146 | ||
| 38 | 21년 전 | 2419 | ||
| 37 | 21년 전 | 2568 | ||
| 36 | 21년 전 | 1772 | ||
| 35 | 21년 전 | 4072 | ||
| 34 | 21년 전 | 3850 | ||
| 33 | 21년 전 | 2990 | ||
| 32 |
prosper
|
21년 전 | 2903 | |
| 31 | 21년 전 | 5277 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기