<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년 전 | 384 | ||
| 7829 |
|
9년 전 | 564 | |
| 7828 | 9년 전 | 494 | ||
| 7827 | 9년 전 | 381 | ||
| 7826 | 9년 전 | 387 | ||
| 7825 | 9년 전 | 440 | ||
| 7824 | 9년 전 | 424 | ||
| 7823 | 9년 전 | 329 | ||
| 7822 | 9년 전 | 323 | ||
| 7821 | 9년 전 | 268 | ||
| 7820 | 9년 전 | 324 | ||
| 7819 |
|
9년 전 | 729 | |
| 7818 | 10년 전 | 346 | ||
| 7817 | 10년 전 | 466 | ||
| 7816 | 10년 전 | 369 | ||
| 7815 | 10년 전 | 573 | ||
| 7814 | 10년 전 | 401 | ||
| 7813 | 10년 전 | 341 | ||
| 7812 | 10년 전 | 349 | ||
| 7811 | 10년 전 | 368 | ||
| 7810 | 10년 전 | 511 | ||
| 7809 | 10년 전 | 442 | ||
| 7808 | 10년 전 | 312 | ||
| 7807 | 10년 전 | 368 | ||
| 7806 |
프로그래머7
|
10년 전 | 1311 | |
| 7805 | 10년 전 | 1236 | ||
| 7804 |
zahir1312
|
10년 전 | 748 | |
| 7803 |
|
10년 전 | 1350 | |
| 7802 | 10년 전 | 413 | ||
| 7801 | 10년 전 | 836 | ||
| 7800 | 10년 전 | 1069 | ||
| 7799 | 10년 전 | 509 | ||
| 7798 | 10년 전 | 469 | ||
| 7797 | 10년 전 | 463 | ||
| 7796 | 10년 전 | 305 | ||
| 7795 | 10년 전 | 460 | ||
| 7794 | 10년 전 | 490 | ||
| 7793 | 10년 전 | 1012 | ||
| 7792 | 10년 전 | 416 | ||
| 7791 | 10년 전 | 500 | ||
| 7790 | 10년 전 | 467 | ||
| 7789 |
fbastore
|
10년 전 | 1408 | |
| 7788 | 10년 전 | 500 | ||
| 7787 | 10년 전 | 361 | ||
| 7786 | 10년 전 | 518 | ||
| 7785 | 10년 전 | 535 | ||
| 7784 | 10년 전 | 603 | ||
| 7783 | 10년 전 | 409 | ||
| 7782 | 10년 전 | 454 | ||
| 7781 | 10년 전 | 866 | ||
| 7780 | 10년 전 | 789 | ||
| 7779 | 10년 전 | 756 | ||
| 7778 | 10년 전 | 323 | ||
| 7777 | 10년 전 | 414 | ||
| 7776 | 10년 전 | 416 | ||
| 7775 | 10년 전 | 355 | ||
| 7774 | 10년 전 | 605 | ||
| 7773 | 10년 전 | 341 | ||
| 7772 | 10년 전 | 677 | ||
| 7771 | 10년 전 | 336 | ||
| 7770 | 10년 전 | 619 | ||
| 7769 | 10년 전 | 336 | ||
| 7768 | 10년 전 | 557 | ||
| 7767 | 10년 전 | 1124 | ||
| 7766 | 10년 전 | 453 | ||
| 7765 | 10년 전 | 486 | ||
| 7764 |
잘살아보자
|
10년 전 | 336 | |
| 7763 |
|
10년 전 | 1404 | |
| 7762 |
Tosea
|
10년 전 | 1026 | |
| 7761 | 10년 전 | 615 | ||
| 7760 |
잘살아보자
|
10년 전 | 626 | |
| 7759 |
잘살아보자
|
10년 전 | 435 | |
| 7758 |
잘살아보자
|
10년 전 | 542 | |
| 7757 | 10년 전 | 1191 | ||
| 7756 |
ITBANK
|
10년 전 | 1225 | |
| 7755 | 10년 전 | 1905 | ||
| 7754 | 10년 전 | 1013 | ||
| 7753 | 10년 전 | 846 | ||
| 7752 | 10년 전 | 1354 | ||
| 7751 |
잘살아보자
|
10년 전 | 478 | |
| 7750 |
잘살아보자
|
10년 전 | 445 | |
| 7749 |
잘살아보자
|
10년 전 | 447 | |
| 7748 |
잘살아보자
|
10년 전 | 435 | |
| 7747 |
잘살아보자
|
10년 전 | 532 | |
| 7746 |
잘살아보자
|
10년 전 | 646 | |
| 7745 |
잘살아보자
|
10년 전 | 886 | |
| 7744 |
잘살아보자
|
10년 전 | 394 | |
| 7743 | 10년 전 | 920 | ||
| 7742 |
starbros
|
10년 전 | 800 | |
| 7741 |
잘살아보자
|
10년 전 | 618 | |
| 7740 |
잘살아보자
|
10년 전 | 488 | |
| 7739 |
잘살아보자
|
10년 전 | 444 | |
| 7738 |
잘살아보자
|
10년 전 | 499 | |
| 7737 |
잘살아보자
|
10년 전 | 459 | |
| 7736 |
잘살아보자
|
10년 전 | 477 | |
| 7735 |
잘살아보자
|
10년 전 | 808 | |
| 7734 |
잘살아보자
|
10년 전 | 405 | |
| 7733 |
잘살아보자
|
10년 전 | 509 | |
| 7732 |
잘살아보자
|
10년 전 | 664 | |
| 7731 |
잘살아보자
|
10년 전 | 586 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기