<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년 전 | 3979 | ||
| 129 | 20년 전 | 2921 | ||
| 128 | 20년 전 | 3658 | ||
| 127 | 20년 전 | 3482 | ||
| 126 | 20년 전 | 3746 | ||
| 125 | 20년 전 | 8576 | ||
| 124 | 20년 전 | 2596 | ||
| 123 | 20년 전 | 3736 | ||
| 122 | 20년 전 | 3198 | ||
| 121 | 20년 전 | 2602 | ||
| 120 | 20년 전 | 2660 | ||
| 119 | 20년 전 | 2574 | ||
| 118 | 20년 전 | 2858 | ||
| 117 |
|
20년 전 | 3047 | |
| 116 | 20년 전 | 5296 | ||
| 115 | 20년 전 | 3909 | ||
| 114 | 20년 전 | 4957 | ||
| 113 | 20년 전 | 6206 | ||
| 112 | 20년 전 | 7319 | ||
| 111 | 20년 전 | 18426 | ||
| 110 | 20년 전 | 6870 | ||
| 109 | 20년 전 | 2869 | ||
| 108 | 20년 전 | 4136 | ||
| 107 |
prosper
|
20년 전 | 2484 | |
| 106 |
prosper
|
20년 전 | 4310 | |
| 105 |
아우겐나이스
|
20년 전 | 2904 | |
| 104 | 20년 전 | 2255 | ||
| 103 | 20년 전 | 2471 | ||
| 102 | 20년 전 | 2238 | ||
| 101 | 20년 전 | 2565 | ||
| 100 | 20년 전 | 1740 | ||
| 99 | 20년 전 | 1562 | ||
| 98 | 20년 전 | 1614 | ||
| 97 | 20년 전 | 2121 | ||
| 96 | 20년 전 | 1868 | ||
| 95 | 20년 전 | 2367 | ||
| 94 | 20년 전 | 3556 | ||
| 93 | 20년 전 | 1554 | ||
| 92 | 20년 전 | 1748 | ||
| 91 | 20년 전 | 3172 | ||
| 90 | 20년 전 | 2336 | ||
| 89 | 20년 전 | 3162 | ||
| 88 | 20년 전 | 2866 | ||
| 87 | 20년 전 | 3290 | ||
| 86 | 20년 전 | 5119 | ||
| 85 | 20년 전 | 2513 | ||
| 84 | 20년 전 | 4820 | ||
| 83 | 20년 전 | 2498 | ||
| 82 | 20년 전 | 3115 | ||
| 81 | 20년 전 | 7617 | ||
| 80 | 20년 전 | 3816 | ||
| 79 | 20년 전 | 3202 | ||
| 78 | 20년 전 | 4687 | ||
| 77 | 20년 전 | 2891 | ||
| 76 | 20년 전 | 6209 | ||
| 75 | 20년 전 | 4470 | ||
| 74 | 20년 전 | 5774 | ||
| 73 | 20년 전 | 3619 | ||
| 72 | 20년 전 | 5961 | ||
| 71 | 20년 전 | 3104 | ||
| 70 | 20년 전 | 2831 | ||
| 69 | 20년 전 | 2630 | ||
| 68 | 20년 전 | 2441 | ||
| 67 | 20년 전 | 2644 | ||
| 66 | 20년 전 | 2662 | ||
| 65 | 20년 전 | 3782 | ||
| 64 | 20년 전 | 2819 | ||
| 63 | 20년 전 | 2450 | ||
| 62 | 20년 전 | 2257 | ||
| 61 | 20년 전 | 3062 | ||
| 60 | 20년 전 | 3129 | ||
| 59 | 20년 전 | 2505 | ||
| 58 | 20년 전 | 2586 | ||
| 57 | 20년 전 | 2959 | ||
| 56 | 20년 전 | 2310 | ||
| 55 | 20년 전 | 2752 | ||
| 54 | 20년 전 | 2118 | ||
| 53 | 20년 전 | 2344 | ||
| 52 | 20년 전 | 2689 | ||
| 51 |
prosper
|
20년 전 | 2341 | |
| 50 |
prosper
|
20년 전 | 2160 | |
| 49 | 21년 전 | 2171 | ||
| 48 | 21년 전 | 2324 | ||
| 47 | 21년 전 | 1924 | ||
| 46 | 21년 전 | 1920 | ||
| 45 | 21년 전 | 2130 | ||
| 44 | 21년 전 | 2353 | ||
| 43 | 21년 전 | 4567 | ||
| 42 |
prosper
|
21년 전 | 2709 | |
| 41 |
prosper
|
21년 전 | 2109 | |
| 40 | 21년 전 | 2174 | ||
| 39 | 21년 전 | 2138 | ||
| 38 | 21년 전 | 2414 | ||
| 37 | 21년 전 | 2556 | ||
| 36 | 21년 전 | 1768 | ||
| 35 | 21년 전 | 4067 | ||
| 34 | 21년 전 | 3844 | ||
| 33 | 21년 전 | 2985 | ||
| 32 |
prosper
|
21년 전 | 2895 | |
| 31 | 21년 전 | 5266 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기