<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 530 |
|
19년 전 | 1228 | |
| 529 |
|
19년 전 | 1409 | |
| 528 |
|
19년 전 | 1976 | |
| 527 |
사랑과우정
|
19년 전 | 2385 | |
| 526 | 19년 전 | 2869 | ||
| 525 |
|
19년 전 | 2291 | |
| 524 |
|
19년 전 | 1796 | |
| 523 | 19년 전 | 7033 | ||
| 522 |
|
19년 전 | 3726 | |
| 521 | 19년 전 | 2333 | ||
| 520 | 19년 전 | 2370 | ||
| 519 | 19년 전 | 2862 | ||
| 518 |
|
19년 전 | 5776 | |
| 517 |
|
19년 전 | 5549 | |
| 516 |
|
19년 전 | 2254 | |
| 515 |
|
19년 전 | 3290 | |
| 514 | 19년 전 | 2862 | ||
| 513 | 19년 전 | 2215 | ||
| 512 |
개발자관리자
|
19년 전 | 2726 | |
| 511 |
개발자관리자
|
19년 전 | 1581 | |
| 510 |
개발자관리자
|
19년 전 | 1738 | |
| 509 |
개발자관리자
|
19년 전 | 1833 | |
| 508 |
개발자관리자
|
19년 전 | 2005 | |
| 507 |
개발자관리자
|
19년 전 | 1683 | |
| 506 |
개발자관리자
|
19년 전 | 1803 | |
| 505 |
개발자관리자
|
19년 전 | 1771 | |
| 504 |
개발자관리자
|
19년 전 | 1849 | |
| 503 |
개발자관리자
|
19년 전 | 1521 | |
| 502 |
개발자관리자
|
19년 전 | 2647 | |
| 501 | 19년 전 | 1986 | ||
| 500 | 19년 전 | 3235 | ||
| 499 | 19년 전 | 3261 | ||
| 498 | 19년 전 | 2520 | ||
| 497 | 19년 전 | 2599 | ||
| 496 | 19년 전 | 2438 | ||
| 495 | 19년 전 | 2696 | ||
| 494 | 19년 전 | 2676 | ||
| 493 | 19년 전 | 3172 | ||
| 492 | 19년 전 | 2881 | ||
| 491 | 19년 전 | 5299 | ||
| 490 |
|
19년 전 | 2120 | |
| 489 |
|
19년 전 | 2207 | |
| 488 |
|
19년 전 | 2006 | |
| 487 |
|
19년 전 | 1939 | |
| 486 |
|
19년 전 | 1936 | |
| 485 |
|
19년 전 | 2135 | |
| 484 |
|
19년 전 | 3205 | |
| 483 |
|
19년 전 | 3088 | |
| 482 |
|
19년 전 | 2850 | |
| 481 |
|
19년 전 | 2540 | |
| 480 |
|
19년 전 | 2627 | |
| 479 |
|
19년 전 | 2293 | |
| 478 |
|
19년 전 | 2325 | |
| 477 |
개발자관리자
|
19년 전 | 1585 | |
| 476 |
개발자관리자
|
19년 전 | 2307 | |
| 475 |
개발자관리자
|
19년 전 | 2655 | |
| 474 |
개발자관리자
|
19년 전 | 2652 | |
| 473 |
개발자관리자
|
19년 전 | 2965 | |
| 472 | 19년 전 | 2730 | ||
| 471 | 19년 전 | 1722 | ||
| 470 | 19년 전 | 1822 | ||
| 469 |
|
19년 전 | 2723 | |
| 468 |
|
19년 전 | 2216 | |
| 467 |
|
19년 전 | 3992 | |
| 466 |
|
19년 전 | 2503 | |
| 465 | 19년 전 | 2374 | ||
| 464 | 19년 전 | 3522 | ||
| 463 |
|
19년 전 | 3097 | |
| 462 |
|
19년 전 | 2238 | |
| 461 |
|
19년 전 | 3030 | |
| 460 |
|
19년 전 | 2237 | |
| 459 |
|
19년 전 | 3094 | |
| 458 |
|
19년 전 | 3521 | |
| 457 |
|
19년 전 | 5210 | |
| 456 |
|
19년 전 | 3129 | |
| 455 |
스마일미디어
|
19년 전 | 3126 | |
| 454 |
스마일미디어
|
19년 전 | 2716 | |
| 453 |
스마일미디어
|
19년 전 | 2459 | |
| 452 |
스마일미디어
|
19년 전 | 2716 | |
| 451 |
스마일미디어
|
19년 전 | 2439 | |
| 450 |
스마일미디어
|
19년 전 | 2556 | |
| 449 |
스마일미디어
|
19년 전 | 2360 | |
| 448 |
스마일미디어
|
19년 전 | 2690 | |
| 447 | 19년 전 | 2958 | ||
| 446 |
스마일미디어
|
19년 전 | 3241 | |
| 445 |
스마일미디어
|
19년 전 | 7048 | |
| 444 |
스마일미디어
|
19년 전 | 5166 | |
| 443 |
스마일미디어
|
19년 전 | 2422 | |
| 442 |
스마일미디어
|
19년 전 | 5155 | |
| 441 |
스마일미디어
|
19년 전 | 3096 | |
| 440 |
|
19년 전 | 2454 | |
| 439 | 19년 전 | 2151 | ||
| 438 | 19년 전 | 3564 | ||
| 437 |
|
19년 전 | 2868 | |
| 436 |
|
19년 전 | 3247 | |
| 435 |
|
19년 전 | 2882 | |
| 434 | 19년 전 | 3379 | ||
| 433 |
sjsjin
|
19년 전 | 2707 | |
| 432 |
sjsjin
|
19년 전 | 3453 | |
| 431 |
sjsjin
|
19년 전 | 2414 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기