<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년 전 | 4006 | ||
| 129 | 20년 전 | 2944 | ||
| 128 | 20년 전 | 3681 | ||
| 127 | 20년 전 | 3519 | ||
| 126 | 20년 전 | 3773 | ||
| 125 | 20년 전 | 8594 | ||
| 124 | 20년 전 | 2604 | ||
| 123 | 20년 전 | 3755 | ||
| 122 | 20년 전 | 3211 | ||
| 121 | 20년 전 | 2612 | ||
| 120 | 20년 전 | 2675 | ||
| 119 | 20년 전 | 2589 | ||
| 118 | 20년 전 | 2864 | ||
| 117 |
|
20년 전 | 3062 | |
| 116 | 20년 전 | 5318 | ||
| 115 | 20년 전 | 3929 | ||
| 114 | 20년 전 | 4975 | ||
| 113 | 20년 전 | 6216 | ||
| 112 | 20년 전 | 7326 | ||
| 111 | 20년 전 | 18435 | ||
| 110 | 20년 전 | 6877 | ||
| 109 | 20년 전 | 2888 | ||
| 108 | 20년 전 | 4143 | ||
| 107 |
prosper
|
20년 전 | 2502 | |
| 106 |
prosper
|
20년 전 | 4321 | |
| 105 |
아우겐나이스
|
20년 전 | 2915 | |
| 104 | 20년 전 | 2261 | ||
| 103 | 20년 전 | 2480 | ||
| 102 | 20년 전 | 2264 | ||
| 101 | 20년 전 | 2579 | ||
| 100 | 20년 전 | 1753 | ||
| 99 | 20년 전 | 1573 | ||
| 98 | 20년 전 | 1618 | ||
| 97 | 20년 전 | 2131 | ||
| 96 | 20년 전 | 1881 | ||
| 95 | 20년 전 | 2381 | ||
| 94 | 20년 전 | 3567 | ||
| 93 | 20년 전 | 1568 | ||
| 92 | 20년 전 | 1759 | ||
| 91 | 20년 전 | 3183 | ||
| 90 | 20년 전 | 2344 | ||
| 89 | 20년 전 | 3177 | ||
| 88 | 20년 전 | 2872 | ||
| 87 | 20년 전 | 3299 | ||
| 86 | 20년 전 | 5137 | ||
| 85 | 20년 전 | 2524 | ||
| 84 | 20년 전 | 4827 | ||
| 83 | 20년 전 | 2509 | ||
| 82 | 20년 전 | 3124 | ||
| 81 | 20년 전 | 7632 | ||
| 80 | 20년 전 | 3831 | ||
| 79 | 20년 전 | 3214 | ||
| 78 | 20년 전 | 4700 | ||
| 77 | 20년 전 | 2906 | ||
| 76 | 20년 전 | 6226 | ||
| 75 | 20년 전 | 4472 | ||
| 74 | 20년 전 | 5785 | ||
| 73 | 20년 전 | 3631 | ||
| 72 | 20년 전 | 5973 | ||
| 71 | 21년 전 | 3121 | ||
| 70 | 21년 전 | 2846 | ||
| 69 | 21년 전 | 2645 | ||
| 68 | 21년 전 | 2451 | ||
| 67 | 21년 전 | 2659 | ||
| 66 | 21년 전 | 2677 | ||
| 65 | 21년 전 | 3792 | ||
| 64 | 21년 전 | 2830 | ||
| 63 | 21년 전 | 2458 | ||
| 62 | 21년 전 | 2269 | ||
| 61 | 21년 전 | 3081 | ||
| 60 | 21년 전 | 3134 | ||
| 59 | 21년 전 | 2523 | ||
| 58 | 21년 전 | 2594 | ||
| 57 | 21년 전 | 2973 | ||
| 56 | 21년 전 | 2330 | ||
| 55 | 21년 전 | 2763 | ||
| 54 | 21년 전 | 2133 | ||
| 53 | 21년 전 | 2357 | ||
| 52 | 21년 전 | 2701 | ||
| 51 |
prosper
|
21년 전 | 2351 | |
| 50 |
prosper
|
21년 전 | 2173 | |
| 49 | 21년 전 | 2181 | ||
| 48 | 21년 전 | 2344 | ||
| 47 | 21년 전 | 1935 | ||
| 46 | 21년 전 | 1932 | ||
| 45 | 21년 전 | 2137 | ||
| 44 | 21년 전 | 2364 | ||
| 43 | 21년 전 | 4584 | ||
| 42 |
prosper
|
21년 전 | 2716 | |
| 41 |
prosper
|
21년 전 | 2116 | |
| 40 | 21년 전 | 2181 | ||
| 39 | 21년 전 | 2153 | ||
| 38 | 21년 전 | 2422 | ||
| 37 | 21년 전 | 2570 | ||
| 36 | 21년 전 | 1780 | ||
| 35 | 21년 전 | 4075 | ||
| 34 | 21년 전 | 3853 | ||
| 33 | 21년 전 | 2991 | ||
| 32 |
prosper
|
21년 전 | 2907 | |
| 31 | 21년 전 | 5289 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기