<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 363 | ||
| 8029 | 9년 전 | 307 | ||
| 8028 | 9년 전 | 262 | ||
| 8027 | 9년 전 | 276 | ||
| 8026 | 9년 전 | 332 | ||
| 8025 | 9년 전 | 379 | ||
| 8024 | 9년 전 | 341 | ||
| 8023 | 9년 전 | 388 | ||
| 8022 | 9년 전 | 320 | ||
| 8021 | 9년 전 | 326 | ||
| 8020 | 9년 전 | 317 | ||
| 8019 | 9년 전 | 341 | ||
| 8018 | 9년 전 | 446 | ||
| 8017 | 9년 전 | 537 | ||
| 8016 | 9년 전 | 326 | ||
| 8015 | 9년 전 | 388 | ||
| 8014 | 9년 전 | 324 | ||
| 8013 | 9년 전 | 232 | ||
| 8012 | 9년 전 | 240 | ||
| 8011 | 9년 전 | 445 | ||
| 8010 | 9년 전 | 298 | ||
| 8009 | 9년 전 | 286 | ||
| 8008 | 9년 전 | 283 | ||
| 8007 | 9년 전 | 427 | ||
| 8006 | 9년 전 | 460 | ||
| 8005 |
|
9년 전 | 966 | |
| 8004 | 9년 전 | 356 | ||
| 8003 | 9년 전 | 420 | ||
| 8002 | 9년 전 | 321 | ||
| 8001 |
|
9년 전 | 664 | |
| 8000 | 9년 전 | 416 | ||
| 7999 | 9년 전 | 374 | ||
| 7998 | 9년 전 | 426 | ||
| 7997 | 9년 전 | 310 | ||
| 7996 | 9년 전 | 533 | ||
| 7995 | 9년 전 | 453 | ||
| 7994 | 9년 전 | 329 | ||
| 7993 | 9년 전 | 392 | ||
| 7992 | 9년 전 | 504 | ||
| 7991 | 9년 전 | 249 | ||
| 7990 | 9년 전 | 282 | ||
| 7989 | 9년 전 | 300 | ||
| 7988 | 9년 전 | 722 | ||
| 7987 | 9년 전 | 423 | ||
| 7986 | 9년 전 | 413 | ||
| 7985 | 9년 전 | 510 | ||
| 7984 | 9년 전 | 427 | ||
| 7983 | 9년 전 | 660 | ||
| 7982 | 9년 전 | 514 | ||
| 7981 | 9년 전 | 464 | ||
| 7980 | 9년 전 | 488 | ||
| 7979 | 9년 전 | 468 | ||
| 7978 | 9년 전 | 448 | ||
| 7977 | 9년 전 | 389 | ||
| 7976 | 9년 전 | 847 | ||
| 7975 | 9년 전 | 359 | ||
| 7974 | 9년 전 | 393 | ||
| 7973 | 9년 전 | 594 | ||
| 7972 | 9년 전 | 381 | ||
| 7971 | 9년 전 | 455 | ||
| 7970 | 9년 전 | 294 | ||
| 7969 | 9년 전 | 541 | ||
| 7968 | 9년 전 | 381 | ||
| 7967 | 9년 전 | 367 | ||
| 7966 | 9년 전 | 369 | ||
| 7965 |
|
9년 전 | 1015 | |
| 7964 | 9년 전 | 396 | ||
| 7963 | 9년 전 | 395 | ||
| 7962 | 9년 전 | 372 | ||
| 7961 |
전갈자리남자
|
9년 전 | 504 | |
| 7960 | 9년 전 | 961 | ||
| 7959 | 9년 전 | 552 | ||
| 7958 | 9년 전 | 408 | ||
| 7957 | 9년 전 | 366 | ||
| 7956 | 9년 전 | 366 | ||
| 7955 | 9년 전 | 453 | ||
| 7954 | 9년 전 | 376 | ||
| 7953 | 9년 전 | 426 | ||
| 7952 | 9년 전 | 353 | ||
| 7951 | 9년 전 | 502 | ||
| 7950 | 9년 전 | 386 | ||
| 7949 | 9년 전 | 385 | ||
| 7948 | 9년 전 | 321 | ||
| 7947 | 9년 전 | 929 | ||
| 7946 | 9년 전 | 430 | ||
| 7945 | 9년 전 | 394 | ||
| 7944 | 9년 전 | 421 | ||
| 7943 | 9년 전 | 373 | ||
| 7942 | 9년 전 | 403 | ||
| 7941 | 9년 전 | 390 | ||
| 7940 | 9년 전 | 882 | ||
| 7939 | 9년 전 | 352 | ||
| 7938 | 9년 전 | 385 | ||
| 7937 | 9년 전 | 276 | ||
| 7936 | 9년 전 | 882 | ||
| 7935 | 9년 전 | 448 | ||
| 7934 | 9년 전 | 418 | ||
| 7933 | 9년 전 | 509 | ||
| 7932 | 9년 전 | 484 | ||
| 7931 | 9년 전 | 531 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기