<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7630 | 10년 전 | 645 | ||
| 7629 |
|
10년 전 | 2371 | |
| 7628 | 10년 전 | 782 | ||
| 7627 |
|
10년 전 | 1014 | |
| 7626 |
|
10년 전 | 1775 | |
| 7625 | 10년 전 | 685 | ||
| 7624 | 10년 전 | 702 | ||
| 7623 |
|
10년 전 | 3057 | |
| 7622 | 10년 전 | 715 | ||
| 7621 |
leeleeleelee
|
10년 전 | 576 | |
| 7620 | 10년 전 | 535 | ||
| 7619 | 10년 전 | 474 | ||
| 7618 | 10년 전 | 1006 | ||
| 7617 | 10년 전 | 718 | ||
| 7616 | 10년 전 | 625 | ||
| 7615 | 10년 전 | 720 | ||
| 7614 | 10년 전 | 1246 | ||
| 7613 |
|
10년 전 | 2074 | |
| 7612 | 10년 전 | 1131 | ||
| 7611 | 10년 전 | 1395 | ||
| 7610 |
|
10년 전 | 1894 | |
| 7609 |
|
10년 전 | 1319 | |
| 7608 |
mwdkim
|
10년 전 | 1116 | |
| 7607 |
|
10년 전 | 1043 | |
| 7606 |
mwdkim
|
10년 전 | 3911 | |
| 7605 | 10년 전 | 682 | ||
| 7604 | 10년 전 | 1018 | ||
| 7603 | 10년 전 | 1639 | ||
| 7602 |
|
10년 전 | 1057 | |
| 7601 |
AniNest
|
10년 전 | 2775 | |
| 7600 |
port443
|
10년 전 | 1016 | |
| 7599 | 10년 전 | 939 | ||
| 7598 | 10년 전 | 1006 | ||
| 7597 | 10년 전 | 4564 | ||
| 7596 |
SeungYeon
|
10년 전 | 882 | |
| 7595 |
untitled
|
10년 전 | 2409 | |
| 7594 |
프로그래머7
|
10년 전 | 1716 | |
| 7593 |
untitled
|
10년 전 | 2352 | |
| 7592 |
untitled
|
10년 전 | 1927 | |
| 7591 |
untitled
|
10년 전 | 2670 | |
| 7590 |
아리마2001
|
10년 전 | 847 | |
| 7589 | 10년 전 | 1098 | ||
| 7588 |
|
10년 전 | 2907 | |
| 7587 | 10년 전 | 1298 | ||
| 7586 | 10년 전 | 660 | ||
| 7585 | 10년 전 | 1674 | ||
| 7584 | 10년 전 | 1403 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1155 | |
| 7582 |
|
10년 전 | 1094 | |
| 7581 | 10년 전 | 1313 | ||
| 7580 | 10년 전 | 977 | ||
| 7579 |
|
10년 전 | 599 | |
| 7578 | 10년 전 | 1418 | ||
| 7577 |
|
10년 전 | 1865 | |
| 7576 | 10년 전 | 1380 | ||
| 7575 |
멋진남자임
|
10년 전 | 1456 | |
| 7574 | 10년 전 | 2103 | ||
| 7573 | 10년 전 | 3242 | ||
| 7572 | 10년 전 | 755 | ||
| 7571 |
|
10년 전 | 776 | |
| 7570 |
|
10년 전 | 1302 | |
| 7569 | 10년 전 | 1540 | ||
| 7568 |
this1mg
|
10년 전 | 1038 | |
| 7567 |
|
10년 전 | 751 | |
| 7566 | 10년 전 | 913 | ||
| 7565 |
Angel하늘
|
10년 전 | 983 | |
| 7564 |
seoldi
|
10년 전 | 1222 | |
| 7563 |
|
10년 전 | 1362 | |
| 7562 |
멋진남자임
|
10년 전 | 2071 | |
| 7561 | 10년 전 | 697 | ||
| 7560 |
leeleeleelee
|
10년 전 | 889 | |
| 7559 | 10년 전 | 5028 | ||
| 7558 |
RinaP
|
10년 전 | 767 | |
| 7557 |
|
10년 전 | 1230 | |
| 7556 | 10년 전 | 1183 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1651 | |
| 7554 | 10년 전 | 1088 | ||
| 7553 |
senseme
|
10년 전 | 1330 | |
| 7552 |
ehdltdoit
|
10년 전 | 1426 | |
| 7551 |
|
10년 전 | 1813 | |
| 7550 |
leeleeleelee
|
10년 전 | 1576 | |
| 7549 | 10년 전 | 2413 | ||
| 7548 | 10년 전 | 1831 | ||
| 7547 |
멋진남자임
|
10년 전 | 1954 | |
| 7546 | 10년 전 | 995 | ||
| 7545 |
ILMare1003
|
10년 전 | 1273 | |
| 7544 |
|
10년 전 | 1238 | |
| 7543 | 10년 전 | 878 | ||
| 7542 | 10년 전 | 649 | ||
| 7541 |
울라라라우
|
10년 전 | 858 | |
| 7540 | 10년 전 | 1593 | ||
| 7539 | 10년 전 | 921 | ||
| 7538 |
|
10년 전 | 1824 | |
| 7537 | 10년 전 | 3601 | ||
| 7536 |
Gaumi
|
10년 전 | 1399 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1256 | |
| 7534 |
senseme
|
10년 전 | 1199 | |
| 7533 | 10년 전 | 1183 | ||
| 7532 | 10년 전 | 849 | ||
| 7531 | 10년 전 | 2038 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기