<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 730 |
|
19년 전 | 2728 | |
| 729 |
그레이스웹
|
19년 전 | 3520 | |
| 728 |
|
19년 전 | 2702 | |
| 727 |
|
19년 전 | 2536 | |
| 726 |
|
19년 전 | 2354 | |
| 725 |
|
19년 전 | 2258 | |
| 724 |
|
19년 전 | 2138 | |
| 723 |
|
19년 전 | 4263 | |
| 722 |
|
19년 전 | 2687 | |
| 721 |
|
19년 전 | 2177 | |
| 720 |
|
19년 전 | 2278 | |
| 719 |
|
19년 전 | 2857 | |
| 718 |
|
19년 전 | 1969 | |
| 717 |
|
19년 전 | 3198 | |
| 716 |
|
19년 전 | 2758 | |
| 715 |
|
19년 전 | 2280 | |
| 714 |
|
19년 전 | 1831 | |
| 713 |
|
19년 전 | 2248 | |
| 712 |
|
19년 전 | 2016 | |
| 711 |
|
19년 전 | 1913 | |
| 710 |
|
19년 전 | 2482 | |
| 709 |
|
19년 전 | 2339 | |
| 708 |
|
19년 전 | 3900 | |
| 707 |
|
19년 전 | 3743 | |
| 706 |
|
19년 전 | 2244 | |
| 705 |
|
19년 전 | 3319 | |
| 704 |
|
19년 전 | 1986 | |
| 703 |
|
19년 전 | 2392 | |
| 702 |
|
19년 전 | 2286 | |
| 701 |
홀로남은자
|
19년 전 | 2351 | |
| 700 |
홀로남은자
|
19년 전 | 2188 | |
| 699 | 19년 전 | 2819 | ||
| 698 |
|
19년 전 | 2844 | |
| 697 |
|
19년 전 | 3182 | |
| 696 |
|
19년 전 | 3052 | |
| 695 |
|
19년 전 | 2717 | |
| 694 |
|
19년 전 | 2953 | |
| 693 |
|
19년 전 | 3199 | |
| 692 |
|
19년 전 | 2884 | |
| 691 |
|
19년 전 | 2630 | |
| 690 | 19년 전 | 2933 | ||
| 689 | 19년 전 | 4518 | ||
| 688 | 19년 전 | 2441 | ||
| 687 | 19년 전 | 2456 | ||
| 686 | 19년 전 | 3490 | ||
| 685 | 19년 전 | 3177 | ||
| 684 | 19년 전 | 2837 | ||
| 683 | 19년 전 | 2068 | ||
| 682 | 19년 전 | 1780 | ||
| 681 | 19년 전 | 2880 | ||
| 680 | 19년 전 | 1733 | ||
| 679 | 19년 전 | 2314 | ||
| 678 | 19년 전 | 3965 | ||
| 677 | 19년 전 | 3745 | ||
| 676 | 19년 전 | 3474 | ||
| 675 | 19년 전 | 3414 | ||
| 674 |
|
19년 전 | 1571 | |
| 673 |
|
19년 전 | 1940 | |
| 672 |
|
19년 전 | 1867 | |
| 671 | 19년 전 | 2533 | ||
| 670 | 19년 전 | 4639 | ||
| 669 |
|
19년 전 | 2775 | |
| 668 |
|
19년 전 | 1931 | |
| 667 |
|
19년 전 | 1942 | |
| 666 |
|
19년 전 | 1852 | |
| 665 |
|
19년 전 | 2584 | |
| 664 |
|
19년 전 | 8183 | |
| 663 |
|
19년 전 | 2737 | |
| 662 |
|
19년 전 | 2797 | |
| 661 |
|
19년 전 | 3048 | |
| 660 |
|
19년 전 | 2222 | |
| 659 |
|
19년 전 | 2238 | |
| 658 |
|
19년 전 | 2181 | |
| 657 |
|
19년 전 | 2088 | |
| 656 |
|
19년 전 | 2279 | |
| 655 |
|
19년 전 | 2540 | |
| 654 |
|
19년 전 | 3085 | |
| 653 | 19년 전 | 2335 | ||
| 652 | 19년 전 | 1918 | ||
| 651 |
|
19년 전 | 2853 | |
| 650 | 19년 전 | 5021 | ||
| 649 | 19년 전 | 3511 | ||
| 648 | 19년 전 | 3467 | ||
| 647 | 19년 전 | 2980 | ||
| 646 | 19년 전 | 2413 | ||
| 645 | 19년 전 | 1504 | ||
| 644 | 19년 전 | 3146 | ||
| 643 | 19년 전 | 2026 | ||
| 642 |
|
19년 전 | 5400 | |
| 641 | 19년 전 | 2439 | ||
| 640 | 19년 전 | 3438 | ||
| 639 | 19년 전 | 2874 | ||
| 638 | 19년 전 | 1769 | ||
| 637 | 19년 전 | 3882 | ||
| 636 | 19년 전 | 2432 | ||
| 635 | 19년 전 | 2321 | ||
| 634 |
|
19년 전 | 3027 | |
| 633 |
|
19년 전 | 3307 | |
| 632 | 19년 전 | 2513 | ||
| 631 | 19년 전 | 2270 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기