<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년 전 | 4092 | ||
| 429 | 19년 전 | 3288 | ||
| 428 | 19년 전 | 4123 | ||
| 427 | 19년 전 | 3465 | ||
| 426 | 19년 전 | 3098 | ||
| 425 | 19년 전 | 3393 | ||
| 424 | 19년 전 | 2434 | ||
| 423 | 19년 전 | 2850 | ||
| 422 | 19년 전 | 2342 | ||
| 421 | 19년 전 | 3702 | ||
| 420 | 19년 전 | 4728 | ||
| 419 | 19년 전 | 3783 | ||
| 418 |
|
19년 전 | 1732 | |
| 417 | 19년 전 | 2738 | ||
| 416 | 19년 전 | 2384 | ||
| 415 | 19년 전 | 2601 | ||
| 414 | 19년 전 | 4399 | ||
| 413 |
|
19년 전 | 2585 | |
| 412 | 19년 전 | 3034 | ||
| 411 |
|
19년 전 | 2981 | |
| 410 |
|
19년 전 | 3670 | |
| 409 |
|
19년 전 | 3624 | |
| 408 |
|
19년 전 | 1847 | |
| 407 | 19년 전 | 2221 | ||
| 406 | 19년 전 | 2772 | ||
| 405 | 19년 전 | 2437 | ||
| 404 | 19년 전 | 4292 | ||
| 403 | 19년 전 | 3298 | ||
| 402 |
NeoGenesis
|
19년 전 | 4084 | |
| 401 | 19년 전 | 2596 | ||
| 400 |
|
19년 전 | 2486 | |
| 399 | 19년 전 | 2946 | ||
| 398 | 19년 전 | 2479 | ||
| 397 | 19년 전 | 2776 | ||
| 396 | 19년 전 | 2462 | ||
| 395 | 19년 전 | 3172 | ||
| 394 | 19년 전 | 1707 | ||
| 393 | 19년 전 | 2985 | ||
| 392 | 19년 전 | 2242 | ||
| 391 | 19년 전 | 2174 | ||
| 390 | 19년 전 | 2273 | ||
| 389 | 19년 전 | 2638 | ||
| 388 | 19년 전 | 2141 | ||
| 387 | 19년 전 | 4476 | ||
| 386 |
|
19년 전 | 2676 | |
| 385 |
|
19년 전 | 2470 | |
| 384 | 19년 전 | 2997 | ||
| 383 | 19년 전 | 3040 | ||
| 382 | 19년 전 | 3095 | ||
| 381 |
|
19년 전 | 2624 | |
| 380 |
|
19년 전 | 3005 | |
| 379 | 19년 전 | 2541 | ||
| 378 | 19년 전 | 2200 | ||
| 377 | 19년 전 | 2774 | ||
| 376 | 19년 전 | 2464 | ||
| 375 |
|
19년 전 | 2550 | |
| 374 | 19년 전 | 3802 | ||
| 373 | 19년 전 | 3259 | ||
| 372 | 19년 전 | 4980 | ||
| 371 |
세은아빠2
|
19년 전 | 2405 | |
| 370 | 19년 전 | 4495 | ||
| 369 | 19년 전 | 3102 | ||
| 368 | 19년 전 | 2885 | ||
| 367 | 19년 전 | 3720 | ||
| 366 | 19년 전 | 2632 | ||
| 365 | 19년 전 | 3725 | ||
| 364 | 19년 전 | 4004 | ||
| 363 | 19년 전 | 3428 | ||
| 362 | 19년 전 | 3470 | ||
| 361 | 19년 전 | 4093 | ||
| 360 |
hwatta
|
19년 전 | 2352 | |
| 359 | 19년 전 | 5092 | ||
| 358 | 19년 전 | 3647 | ||
| 357 | 19년 전 | 2585 | ||
| 356 |
sdesign1s
|
19년 전 | 2269 | |
| 355 | 20년 전 | 2736 | ||
| 354 | 20년 전 | 3019 | ||
| 353 | 20년 전 | 2784 | ||
| 352 |
|
20년 전 | 5763 | |
| 351 |
|
20년 전 | 2695 | |
| 350 |
|
20년 전 | 4281 | |
| 349 |
hwatta
|
20년 전 | 2174 | |
| 348 | 20년 전 | 7302 | ||
| 347 | 20년 전 | 2405 | ||
| 346 | 20년 전 | 3492 | ||
| 345 | 20년 전 | 4297 | ||
| 344 | 20년 전 | 2626 | ||
| 343 | 20년 전 | 3911 | ||
| 342 | 20년 전 | 3057 | ||
| 341 | 20년 전 | 4079 | ||
| 340 |
|
20년 전 | 5120 | |
| 339 |
|
20년 전 | 4224 | |
| 338 | 20년 전 | 5853 | ||
| 337 | 20년 전 | 2029 | ||
| 336 |
|
20년 전 | 3303 | |
| 335 |
|
20년 전 | 3529 | |
| 334 |
|
20년 전 | 2911 | |
| 333 |
hwatta
|
20년 전 | 2423 | |
| 332 | 20년 전 | 4645 | ||
| 331 | 20년 전 | 2259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기