<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7430 |
|
11년 전 | 4944 | |
| 7429 | 11년 전 | 1773 | ||
| 7428 |
멋진남자임
|
11년 전 | 1162 | |
| 7427 |
sdflksdj2
|
11년 전 | 824 | |
| 7426 | 11년 전 | 1356 | ||
| 7425 | 11년 전 | 1380 | ||
| 7424 | 11년 전 | 1047 | ||
| 7423 |
SeungYeon
|
11년 전 | 557 | |
| 7422 | 11년 전 | 807 | ||
| 7421 |
sdflksdj2
|
11년 전 | 678 | |
| 7420 | 11년 전 | 963 | ||
| 7419 |
|
11년 전 | 1392 | |
| 7418 |
멋진남자임
|
11년 전 | 1415 | |
| 7417 | 11년 전 | 603 | ||
| 7416 |
senseme
|
11년 전 | 1220 | |
| 7415 | 11년 전 | 958 | ||
| 7414 | 11년 전 | 709 | ||
| 7413 | 11년 전 | 4846 | ||
| 7412 | 11년 전 | 4403 | ||
| 7411 |
holla
|
11년 전 | 892 | |
| 7410 | 11년 전 | 4247 | ||
| 7409 | 11년 전 | 3925 | ||
| 7408 | 11년 전 | 4268 | ||
| 7407 | 11년 전 | 5070 | ||
| 7406 | 11년 전 | 4726 | ||
| 7405 | 11년 전 | 4297 | ||
| 7404 | 11년 전 | 753 | ||
| 7403 | 11년 전 | 5675 | ||
| 7402 | 11년 전 | 1513 | ||
| 7401 |
|
11년 전 | 972 | |
| 7400 | 11년 전 | 2968 | ||
| 7399 |
멋진남자임
|
11년 전 | 911 | |
| 7398 |
파랑새1597
|
11년 전 | 2689 | |
| 7397 | 11년 전 | 2268 | ||
| 7396 |
basketball
|
11년 전 | 1363 | |
| 7395 | 11년 전 | 1608 | ||
| 7394 | 11년 전 | 926 | ||
| 7393 | 11년 전 | 2063 | ||
| 7392 | 11년 전 | 845 | ||
| 7391 |
잘살아보자
|
11년 전 | 5359 | |
| 7390 |
잘살아보자
|
11년 전 | 2224 | |
| 7389 |
잘살아보자
|
11년 전 | 3318 | |
| 7388 |
파랑새1597
|
11년 전 | 928 | |
| 7387 | 11년 전 | 1103 | ||
| 7386 |
프리랜서퍼블리셔
|
11년 전 | 972 | |
| 7385 | 11년 전 | 1567 | ||
| 7384 |
울라라라우
|
11년 전 | 889 | |
| 7383 | 11년 전 | 1548 | ||
| 7382 |
잘살아보자
|
11년 전 | 4224 | |
| 7381 |
잘살아보자
|
11년 전 | 1993 | |
| 7380 |
잘살아보자
|
11년 전 | 1943 | |
| 7379 |
잘살아보자
|
11년 전 | 5897 | |
| 7378 |
senseme
|
11년 전 | 1894 | |
| 7377 |
잘살아보자
|
11년 전 | 2743 | |
| 7376 | 11년 전 | 2413 | ||
| 7375 |
잘살아보자
|
11년 전 | 1045 | |
| 7374 |
잘살아보자
|
11년 전 | 3156 | |
| 7373 |
잘살아보자
|
11년 전 | 2478 | |
| 7372 |
잘살아보자
|
11년 전 | 5830 | |
| 7371 |
잘살아보자
|
11년 전 | 3461 | |
| 7370 |
잘살아보자
|
11년 전 | 1908 | |
| 7369 |
잘살아보자
|
11년 전 | 2167 | |
| 7368 |
ksdhtm56
|
11년 전 | 559 | |
| 7367 | 11년 전 | 1430 | ||
| 7366 | 11년 전 | 929 | ||
| 7365 | 11년 전 | 3539 | ||
| 7364 |
잘살아보자
|
11년 전 | 1385 | |
| 7363 |
잘살아보자
|
11년 전 | 1366 | |
| 7362 |
잘살아보자
|
11년 전 | 1499 | |
| 7361 | 11년 전 | 3590 | ||
| 7360 | 11년 전 | 3556 | ||
| 7359 | 11년 전 | 3374 | ||
| 7358 |
멋진남자임
|
11년 전 | 1021 | |
| 7357 | 11년 전 | 3413 | ||
| 7356 | 11년 전 | 2597 | ||
| 7355 | 11년 전 | 3184 | ||
| 7354 |
파랑새1597
|
11년 전 | 645 | |
| 7353 |
잘살아보자
|
11년 전 | 2425 | |
| 7352 |
잘살아보자
|
11년 전 | 2410 | |
| 7351 |
잘살아보자
|
11년 전 | 2472 | |
| 7350 |
잘살아보자
|
11년 전 | 1469 | |
| 7349 |
잘살아보자
|
11년 전 | 1963 | |
| 7348 |
잘살아보자
|
11년 전 | 1281 | |
| 7347 |
잘살아보자
|
11년 전 | 1078 | |
| 7346 |
멋진남자임
|
11년 전 | 1644 | |
| 7345 | 11년 전 | 985 | ||
| 7344 | 11년 전 | 3868 | ||
| 7343 | 11년 전 | 3648 | ||
| 7342 | 11년 전 | 1274 | ||
| 7341 | 11년 전 | 2513 | ||
| 7340 |
|
11년 전 | 931 | |
| 7339 | 11년 전 | 1733 | ||
| 7338 | 11년 전 | 3342 | ||
| 7337 | 11년 전 | 3657 | ||
| 7336 | 11년 전 | 4593 | ||
| 7335 | 11년 전 | 971 | ||
| 7334 | 11년 전 | 1528 | ||
| 7333 | 11년 전 | 2932 | ||
| 7332 |
|
11년 전 | 1102 | |
| 7331 |
KeePin뽁이
|
11년 전 | 1100 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기