<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년 전 | 365 | ||
| 7829 |
|
9년 전 | 542 | |
| 7828 | 9년 전 | 477 | ||
| 7827 | 9년 전 | 359 | ||
| 7826 | 9년 전 | 369 | ||
| 7825 | 9년 전 | 422 | ||
| 7824 | 9년 전 | 412 | ||
| 7823 | 9년 전 | 308 | ||
| 7822 | 9년 전 | 313 | ||
| 7821 | 9년 전 | 261 | ||
| 7820 | 9년 전 | 311 | ||
| 7819 |
|
9년 전 | 711 | |
| 7818 | 9년 전 | 333 | ||
| 7817 | 9년 전 | 433 | ||
| 7816 | 9년 전 | 350 | ||
| 7815 | 10년 전 | 551 | ||
| 7814 | 10년 전 | 371 | ||
| 7813 | 10년 전 | 306 | ||
| 7812 | 10년 전 | 335 | ||
| 7811 | 10년 전 | 355 | ||
| 7810 | 10년 전 | 481 | ||
| 7809 | 10년 전 | 429 | ||
| 7808 | 10년 전 | 273 | ||
| 7807 | 10년 전 | 337 | ||
| 7806 |
프로그래머7
|
10년 전 | 1300 | |
| 7805 | 10년 전 | 1199 | ||
| 7804 |
zahir1312
|
10년 전 | 730 | |
| 7803 |
|
10년 전 | 1335 | |
| 7802 | 10년 전 | 389 | ||
| 7801 | 10년 전 | 819 | ||
| 7800 | 10년 전 | 1032 | ||
| 7799 | 10년 전 | 493 | ||
| 7798 | 10년 전 | 440 | ||
| 7797 | 10년 전 | 439 | ||
| 7796 | 10년 전 | 292 | ||
| 7795 | 10년 전 | 444 | ||
| 7794 | 10년 전 | 466 | ||
| 7793 | 10년 전 | 986 | ||
| 7792 | 10년 전 | 396 | ||
| 7791 | 10년 전 | 469 | ||
| 7790 | 10년 전 | 445 | ||
| 7789 |
fbastore
|
10년 전 | 1379 | |
| 7788 | 10년 전 | 479 | ||
| 7787 | 10년 전 | 339 | ||
| 7786 | 10년 전 | 489 | ||
| 7785 | 10년 전 | 507 | ||
| 7784 | 10년 전 | 576 | ||
| 7783 | 10년 전 | 379 | ||
| 7782 | 10년 전 | 434 | ||
| 7781 | 10년 전 | 838 | ||
| 7780 | 10년 전 | 770 | ||
| 7779 | 10년 전 | 744 | ||
| 7778 | 10년 전 | 307 | ||
| 7777 | 10년 전 | 388 | ||
| 7776 | 10년 전 | 390 | ||
| 7775 | 10년 전 | 329 | ||
| 7774 | 10년 전 | 595 | ||
| 7773 | 10년 전 | 317 | ||
| 7772 | 10년 전 | 658 | ||
| 7771 | 10년 전 | 318 | ||
| 7770 | 10년 전 | 606 | ||
| 7769 | 10년 전 | 313 | ||
| 7768 | 10년 전 | 539 | ||
| 7767 | 10년 전 | 1114 | ||
| 7766 | 10년 전 | 437 | ||
| 7765 | 10년 전 | 458 | ||
| 7764 |
잘살아보자
|
10년 전 | 316 | |
| 7763 |
|
10년 전 | 1390 | |
| 7762 |
Tosea
|
10년 전 | 1010 | |
| 7761 | 10년 전 | 610 | ||
| 7760 |
잘살아보자
|
10년 전 | 577 | |
| 7759 |
잘살아보자
|
10년 전 | 390 | |
| 7758 |
잘살아보자
|
10년 전 | 511 | |
| 7757 | 10년 전 | 1169 | ||
| 7756 |
ITBANK
|
10년 전 | 1209 | |
| 7755 | 10년 전 | 1889 | ||
| 7754 | 10년 전 | 975 | ||
| 7753 | 10년 전 | 834 | ||
| 7752 | 10년 전 | 1333 | ||
| 7751 |
잘살아보자
|
10년 전 | 460 | |
| 7750 |
잘살아보자
|
10년 전 | 427 | |
| 7749 |
잘살아보자
|
10년 전 | 424 | |
| 7748 |
잘살아보자
|
10년 전 | 416 | |
| 7747 |
잘살아보자
|
10년 전 | 502 | |
| 7746 |
잘살아보자
|
10년 전 | 615 | |
| 7745 |
잘살아보자
|
10년 전 | 858 | |
| 7744 |
잘살아보자
|
10년 전 | 383 | |
| 7743 | 10년 전 | 908 | ||
| 7742 |
starbros
|
10년 전 | 781 | |
| 7741 |
잘살아보자
|
10년 전 | 589 | |
| 7740 |
잘살아보자
|
10년 전 | 466 | |
| 7739 |
잘살아보자
|
10년 전 | 428 | |
| 7738 |
잘살아보자
|
10년 전 | 481 | |
| 7737 |
잘살아보자
|
10년 전 | 436 | |
| 7736 |
잘살아보자
|
10년 전 | 462 | |
| 7735 |
잘살아보자
|
10년 전 | 795 | |
| 7734 |
잘살아보자
|
10년 전 | 383 | |
| 7733 |
잘살아보자
|
10년 전 | 481 | |
| 7732 |
잘살아보자
|
10년 전 | 638 | |
| 7731 |
잘살아보자
|
10년 전 | 563 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기