<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 9년 전 | 426 | ||
| 7829 |
|
9년 전 | 618 | |
| 7828 | 9년 전 | 544 | ||
| 7827 | 9년 전 | 436 | ||
| 7826 | 9년 전 | 440 | ||
| 7825 | 10년 전 | 482 | ||
| 7824 | 10년 전 | 450 | ||
| 7823 | 10년 전 | 386 | ||
| 7822 | 10년 전 | 366 | ||
| 7821 | 10년 전 | 314 | ||
| 7820 | 10년 전 | 351 | ||
| 7819 |
|
10년 전 | 752 | |
| 7818 | 10년 전 | 396 | ||
| 7817 | 10년 전 | 523 | ||
| 7816 | 10년 전 | 412 | ||
| 7815 | 10년 전 | 611 | ||
| 7814 | 10년 전 | 438 | ||
| 7813 | 10년 전 | 380 | ||
| 7812 | 10년 전 | 405 | ||
| 7811 | 10년 전 | 395 | ||
| 7810 | 10년 전 | 570 | ||
| 7809 | 10년 전 | 504 | ||
| 7808 | 10년 전 | 380 | ||
| 7807 | 10년 전 | 409 | ||
| 7806 |
프로그래머7
|
10년 전 | 1336 | |
| 7805 | 10년 전 | 1278 | ||
| 7804 |
zahir1312
|
10년 전 | 781 | |
| 7803 |
|
10년 전 | 1378 | |
| 7802 | 10년 전 | 464 | ||
| 7801 | 10년 전 | 866 | ||
| 7800 | 10년 전 | 1087 | ||
| 7799 | 10년 전 | 561 | ||
| 7798 | 10년 전 | 517 | ||
| 7797 | 10년 전 | 517 | ||
| 7796 | 10년 전 | 358 | ||
| 7795 | 10년 전 | 508 | ||
| 7794 | 10년 전 | 563 | ||
| 7793 | 10년 전 | 1061 | ||
| 7792 | 10년 전 | 479 | ||
| 7791 | 10년 전 | 558 | ||
| 7790 | 10년 전 | 511 | ||
| 7789 |
fbastore
|
10년 전 | 1452 | |
| 7788 | 10년 전 | 550 | ||
| 7787 | 10년 전 | 403 | ||
| 7786 | 10년 전 | 598 | ||
| 7785 | 10년 전 | 589 | ||
| 7784 | 10년 전 | 649 | ||
| 7783 | 10년 전 | 455 | ||
| 7782 | 10년 전 | 496 | ||
| 7781 | 10년 전 | 902 | ||
| 7780 | 10년 전 | 822 | ||
| 7779 | 10년 전 | 777 | ||
| 7778 | 10년 전 | 365 | ||
| 7777 | 10년 전 | 462 | ||
| 7776 | 10년 전 | 463 | ||
| 7775 | 10년 전 | 412 | ||
| 7774 | 10년 전 | 635 | ||
| 7773 | 10년 전 | 387 | ||
| 7772 | 10년 전 | 740 | ||
| 7771 | 10년 전 | 394 | ||
| 7770 | 10년 전 | 650 | ||
| 7769 | 10년 전 | 389 | ||
| 7768 | 10년 전 | 615 | ||
| 7767 | 10년 전 | 1176 | ||
| 7766 | 10년 전 | 494 | ||
| 7765 | 10년 전 | 531 | ||
| 7764 |
잘살아보자
|
10년 전 | 395 | |
| 7763 |
|
10년 전 | 1463 | |
| 7762 |
Tosea
|
10년 전 | 1060 | |
| 7761 | 10년 전 | 652 | ||
| 7760 |
잘살아보자
|
10년 전 | 687 | |
| 7759 |
잘살아보자
|
10년 전 | 515 | |
| 7758 |
잘살아보자
|
10년 전 | 598 | |
| 7757 | 10년 전 | 1247 | ||
| 7756 |
ITBANK
|
10년 전 | 1258 | |
| 7755 | 10년 전 | 1930 | ||
| 7754 | 10년 전 | 1058 | ||
| 7753 | 10년 전 | 887 | ||
| 7752 | 10년 전 | 1398 | ||
| 7751 |
잘살아보자
|
10년 전 | 540 | |
| 7750 |
잘살아보자
|
10년 전 | 482 | |
| 7749 |
잘살아보자
|
10년 전 | 494 | |
| 7748 |
잘살아보자
|
10년 전 | 502 | |
| 7747 |
잘살아보자
|
10년 전 | 595 | |
| 7746 |
잘살아보자
|
10년 전 | 684 | |
| 7745 |
잘살아보자
|
10년 전 | 920 | |
| 7744 |
잘살아보자
|
10년 전 | 419 | |
| 7743 | 10년 전 | 950 | ||
| 7742 |
starbros
|
10년 전 | 843 | |
| 7741 |
잘살아보자
|
10년 전 | 679 | |
| 7740 |
잘살아보자
|
10년 전 | 551 | |
| 7739 |
잘살아보자
|
10년 전 | 468 | |
| 7738 |
잘살아보자
|
10년 전 | 537 | |
| 7737 |
잘살아보자
|
10년 전 | 507 | |
| 7736 |
잘살아보자
|
10년 전 | 527 | |
| 7735 |
잘살아보자
|
10년 전 | 854 | |
| 7734 |
잘살아보자
|
10년 전 | 434 | |
| 7733 |
잘살아보자
|
10년 전 | 546 | |
| 7732 |
잘살아보자
|
10년 전 | 704 | |
| 7731 |
잘살아보자
|
10년 전 | 627 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기