<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4099 | ||
| 429 | 19년 전 | 3299 | ||
| 428 | 19년 전 | 4132 | ||
| 427 | 19년 전 | 3468 | ||
| 426 | 19년 전 | 3104 | ||
| 425 | 19년 전 | 3403 | ||
| 424 | 19년 전 | 2438 | ||
| 423 | 19년 전 | 2862 | ||
| 422 | 19년 전 | 2350 | ||
| 421 | 19년 전 | 3708 | ||
| 420 | 19년 전 | 4739 | ||
| 419 | 19년 전 | 3797 | ||
| 418 |
|
19년 전 | 1746 | |
| 417 | 19년 전 | 2745 | ||
| 416 | 19년 전 | 2390 | ||
| 415 | 19년 전 | 2606 | ||
| 414 | 19년 전 | 4410 | ||
| 413 |
|
19년 전 | 2597 | |
| 412 | 19년 전 | 3046 | ||
| 411 |
|
19년 전 | 2994 | |
| 410 |
|
19년 전 | 3684 | |
| 409 |
|
19년 전 | 3632 | |
| 408 |
|
19년 전 | 1857 | |
| 407 | 19년 전 | 2229 | ||
| 406 | 19년 전 | 2781 | ||
| 405 | 19년 전 | 2445 | ||
| 404 | 19년 전 | 4302 | ||
| 403 | 19년 전 | 3304 | ||
| 402 |
NeoGenesis
|
19년 전 | 4089 | |
| 401 | 19년 전 | 2606 | ||
| 400 |
|
19년 전 | 2493 | |
| 399 | 19년 전 | 2956 | ||
| 398 | 19년 전 | 2484 | ||
| 397 | 19년 전 | 2779 | ||
| 396 | 19년 전 | 2473 | ||
| 395 | 19년 전 | 3178 | ||
| 394 | 19년 전 | 1719 | ||
| 393 | 19년 전 | 2993 | ||
| 392 | 19년 전 | 2251 | ||
| 391 | 19년 전 | 2176 | ||
| 390 | 19년 전 | 2285 | ||
| 389 | 19년 전 | 2644 | ||
| 388 | 19년 전 | 2176 | ||
| 387 | 19년 전 | 4484 | ||
| 386 |
|
19년 전 | 2692 | |
| 385 |
|
19년 전 | 2481 | |
| 384 | 19년 전 | 3012 | ||
| 383 | 19년 전 | 3052 | ||
| 382 | 19년 전 | 3107 | ||
| 381 |
|
19년 전 | 2631 | |
| 380 |
|
19년 전 | 3018 | |
| 379 | 19년 전 | 2549 | ||
| 378 | 19년 전 | 2206 | ||
| 377 | 19년 전 | 2777 | ||
| 376 | 19년 전 | 2468 | ||
| 375 |
|
19년 전 | 2561 | |
| 374 | 19년 전 | 3818 | ||
| 373 | 19년 전 | 3267 | ||
| 372 | 19년 전 | 4986 | ||
| 371 |
세은아빠2
|
19년 전 | 2415 | |
| 370 | 19년 전 | 4499 | ||
| 369 | 19년 전 | 3109 | ||
| 368 | 19년 전 | 2905 | ||
| 367 | 19년 전 | 3723 | ||
| 366 | 19년 전 | 2653 | ||
| 365 | 19년 전 | 3736 | ||
| 364 | 19년 전 | 4010 | ||
| 363 | 19년 전 | 3437 | ||
| 362 | 19년 전 | 3477 | ||
| 361 | 19년 전 | 4107 | ||
| 360 |
hwatta
|
19년 전 | 2361 | |
| 359 | 19년 전 | 5101 | ||
| 358 | 19년 전 | 3656 | ||
| 357 | 19년 전 | 2596 | ||
| 356 |
sdesign1s
|
19년 전 | 2276 | |
| 355 | 20년 전 | 2754 | ||
| 354 | 20년 전 | 3028 | ||
| 353 | 20년 전 | 2789 | ||
| 352 |
|
20년 전 | 5772 | |
| 351 |
|
20년 전 | 2701 | |
| 350 |
|
20년 전 | 4292 | |
| 349 |
hwatta
|
20년 전 | 2181 | |
| 348 | 20년 전 | 7306 | ||
| 347 | 20년 전 | 2413 | ||
| 346 | 20년 전 | 3503 | ||
| 345 | 20년 전 | 4306 | ||
| 344 | 20년 전 | 2645 | ||
| 343 | 20년 전 | 3918 | ||
| 342 | 20년 전 | 3067 | ||
| 341 | 20년 전 | 4090 | ||
| 340 |
|
20년 전 | 5140 | |
| 339 |
|
20년 전 | 4234 | |
| 338 | 20년 전 | 5868 | ||
| 337 | 20년 전 | 2043 | ||
| 336 |
|
20년 전 | 3318 | |
| 335 |
|
20년 전 | 3537 | |
| 334 |
|
20년 전 | 2924 | |
| 333 |
hwatta
|
20년 전 | 2433 | |
| 332 | 20년 전 | 4655 | ||
| 331 | 20년 전 | 2268 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기