<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 330 |
prosper
|
20년 전 | 2243 | |
| 329 |
prosper
|
20년 전 | 1852 | |
| 328 |
prosper
|
20년 전 | 1662 | |
| 327 | 20년 전 | 3740 | ||
| 326 | 20년 전 | 4817 | ||
| 325 |
hwatta
|
20년 전 | 2438 | |
| 324 |
|
20년 전 | 3119 | |
| 323 | 20년 전 | 5829 | ||
| 322 |
hwatta
|
20년 전 | 2817 | |
| 321 |
hwatta
|
20년 전 | 2296 | |
| 320 |
yesmoa
|
20년 전 | 4552 | |
| 319 | 20년 전 | 2650 | ||
| 318 | 20년 전 | 2224 | ||
| 317 |
kyodon
|
20년 전 | 2751 | |
| 316 | 20년 전 | 2555 | ||
| 315 |
|
20년 전 | 2868 | |
| 314 |
|
20년 전 | 3307 | |
| 313 |
|
20년 전 | 2624 | |
| 312 |
yesmoa
|
20년 전 | 4698 | |
| 311 | 20년 전 | 3227 | ||
| 310 |
홀로남은자
|
20년 전 | 4539 | |
| 309 | 20년 전 | 2993 | ||
| 308 | 20년 전 | 4106 | ||
| 307 | 20년 전 | 4341 | ||
| 306 | 20년 전 | 7010 | ||
| 305 | 20년 전 | 3843 | ||
| 304 | 20년 전 | 2742 | ||
| 303 |
크리스탈처럼
|
20년 전 | 4375 | |
| 302 | 20년 전 | 2188 | ||
| 301 |
|
20년 전 | 4311 | |
| 300 | 20년 전 | 3768 | ||
| 299 | 20년 전 | 2568 | ||
| 298 | 20년 전 | 4795 | ||
| 297 |
|
20년 전 | 2506 | |
| 296 | 20년 전 | 4500 | ||
| 295 | 20년 전 | 3552 | ||
| 294 | 20년 전 | 3570 | ||
| 293 | 20년 전 | 3805 | ||
| 292 | 20년 전 | 3187 | ||
| 291 |
yesmoa
|
20년 전 | 5901 | |
| 290 | 20년 전 | 2921 | ||
| 289 | 20년 전 | 5829 | ||
| 288 |
|
20년 전 | 2351 | |
| 287 |
|
20년 전 | 1759 | |
| 286 |
|
20년 전 | 2124 | |
| 285 |
|
20년 전 | 3519 | |
| 284 |
|
20년 전 | 2019 | |
| 283 |
|
20년 전 | 4384 | |
| 282 | 20년 전 | 3365 | ||
| 281 |
|
20년 전 | 2191 | |
| 280 |
|
20년 전 | 7784 | |
| 279 | 20년 전 | 5522 | ||
| 278 | 20년 전 | 2973 | ||
| 277 |
|
20년 전 | 5554 | |
| 276 | 20년 전 | 2342 | ||
| 275 | 20년 전 | 2581 | ||
| 274 | 20년 전 | 2348 | ||
| 273 | 20년 전 | 2197 | ||
| 272 | 20년 전 | 2118 | ||
| 271 | 20년 전 | 2588 | ||
| 270 | 20년 전 | 2579 | ||
| 269 | 20년 전 | 2458 | ||
| 268 | 20년 전 | 2663 | ||
| 267 | 20년 전 | 2349 | ||
| 266 | 20년 전 | 2551 | ||
| 265 | 20년 전 | 3482 | ||
| 264 |
|
20년 전 | 5337 | |
| 263 |
|
20년 전 | 3701 | |
| 262 | 20년 전 | 3151 | ||
| 261 |
허저비
|
20년 전 | 5907 | |
| 260 |
|
20년 전 | 5701 | |
| 259 | 20년 전 | 4121 | ||
| 258 | 20년 전 | 2365 | ||
| 257 | 20년 전 | 3166 | ||
| 256 | 20년 전 | 1888 | ||
| 255 | 20년 전 | 1549 | ||
| 254 | 20년 전 | 3124 | ||
| 253 | 20년 전 | 3535 | ||
| 252 | 20년 전 | 5086 | ||
| 251 | 20년 전 | 5794 | ||
| 250 | 20년 전 | 3655 | ||
| 249 | 20년 전 | 4992 | ||
| 248 | 20년 전 | 3271 | ||
| 247 | 20년 전 | 3618 | ||
| 246 |
|
20년 전 | 7930 | |
| 245 |
|
20년 전 | 5886 | |
| 244 | 20년 전 | 4467 | ||
| 243 |
|
20년 전 | 4024 | |
| 242 | 20년 전 | 2751 | ||
| 241 | 20년 전 | 2694 | ||
| 240 | 20년 전 | 2332 | ||
| 239 | 20년 전 | 1635 | ||
| 238 |
아우겐나이스
|
20년 전 | 2240 | |
| 237 |
email
|
20년 전 | 3664 | |
| 236 | 20년 전 | 4122 | ||
| 235 | 20년 전 | 10443 | ||
| 234 | 20년 전 | 5039 | ||
| 233 | 20년 전 | 3356 | ||
| 232 | 20년 전 | 3178 | ||
| 231 | 20년 전 | 3810 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기