<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 230 | 20년 전 | 2066 | ||
| 229 | 20년 전 | 3137 | ||
| 228 | 20년 전 | 3325 | ||
| 227 | 20년 전 | 2395 | ||
| 226 | 20년 전 | 5480 | ||
| 225 | 20년 전 | 2524 | ||
| 224 | 20년 전 | 2970 | ||
| 223 | 20년 전 | 4207 | ||
| 222 | 20년 전 | 2606 | ||
| 221 | 20년 전 | 2290 | ||
| 220 | 20년 전 | 3679 | ||
| 219 | 20년 전 | 2073 | ||
| 218 | 20년 전 | 3566 | ||
| 217 | 20년 전 | 2482 | ||
| 216 | 20년 전 | 2912 | ||
| 215 | 20년 전 | 2227 | ||
| 214 | 20년 전 | 3338 | ||
| 213 | 20년 전 | 2918 | ||
| 212 | 20년 전 | 3053 | ||
| 211 | 20년 전 | 2148 | ||
| 210 | 20년 전 | 1897 | ||
| 209 | 20년 전 | 2358 | ||
| 208 | 20년 전 | 1978 | ||
| 207 | 20년 전 | 1677 | ||
| 206 | 20년 전 | 1855 | ||
| 205 | 20년 전 | 3952 | ||
| 204 | 20년 전 | 1677 | ||
| 203 | 20년 전 | 2011 | ||
| 202 | 20년 전 | 2360 | ||
| 201 | 20년 전 | 1828 | ||
| 200 | 20년 전 | 2957 | ||
| 199 | 20년 전 | 2005 | ||
| 198 | 20년 전 | 2088 | ||
| 197 | 20년 전 | 3655 | ||
| 196 | 20년 전 | 2984 | ||
| 195 | 20년 전 | 2095 | ||
| 194 | 20년 전 | 10251 | ||
| 193 | 20년 전 | 2247 | ||
| 192 | 20년 전 | 1603 | ||
| 191 | 20년 전 | 2669 | ||
| 190 | 20년 전 | 2293 | ||
| 189 | 20년 전 | 1686 | ||
| 188 | 20년 전 | 1482 | ||
| 187 | 20년 전 | 1908 | ||
| 186 | 20년 전 | 1722 | ||
| 185 | 20년 전 | 1770 | ||
| 184 | 20년 전 | 2351 | ||
| 183 | 20년 전 | 1562 | ||
| 182 | 20년 전 | 1485 | ||
| 181 | 20년 전 | 1625 | ||
| 180 | 20년 전 | 2722 | ||
| 179 | 20년 전 | 1805 | ||
| 178 | 20년 전 | 1862 | ||
| 177 | 20년 전 | 1986 | ||
| 176 | 20년 전 | 1807 | ||
| 175 | 20년 전 | 1872 | ||
| 174 | 20년 전 | 1694 | ||
| 173 | 20년 전 | 2060 | ||
| 172 | 20년 전 | 1787 | ||
| 171 | 20년 전 | 2566 | ||
| 170 | 20년 전 | 2274 | ||
| 169 | 20년 전 | 2554 | ||
| 168 | 20년 전 | 1487 | ||
| 167 | 20년 전 | 1578 | ||
| 166 | 20년 전 | 2160 | ||
| 165 | 20년 전 | 1631 | ||
| 164 | 20년 전 | 3771 | ||
| 163 | 20년 전 | 2668 | ||
| 162 | 20년 전 | 2086 | ||
| 161 | 20년 전 | 2795 | ||
| 160 | 20년 전 | 1735 | ||
| 159 | 20년 전 | 1616 | ||
| 158 | 20년 전 | 2566 | ||
| 157 | 20년 전 | 1489 | ||
| 156 | 20년 전 | 1743 | ||
| 155 | 20년 전 | 3230 | ||
| 154 | 20년 전 | 1902 | ||
| 153 | 20년 전 | 1625 | ||
| 152 | 20년 전 | 4953 | ||
| 151 | 20년 전 | 4579 | ||
| 150 | 20년 전 | 3516 | ||
| 149 | 20년 전 | 3799 | ||
| 148 | 20년 전 | 7077 | ||
| 147 | 20년 전 | 3550 | ||
| 146 | 20년 전 | 2623 | ||
| 145 | 20년 전 | 2622 | ||
| 144 | 20년 전 | 7168 | ||
| 143 | 20년 전 | 4602 | ||
| 142 | 20년 전 | 1900 | ||
| 141 | 20년 전 | 3253 | ||
| 140 | 20년 전 | 1962 | ||
| 139 | 20년 전 | 1586 | ||
| 138 | 20년 전 | 2308 | ||
| 137 | 20년 전 | 1782 | ||
| 136 | 20년 전 | 1456 | ||
| 135 | 20년 전 | 1785 | ||
| 134 | 20년 전 | 2967 | ||
| 133 | 20년 전 | 2451 | ||
| 132 | 20년 전 | 1706 | ||
| 131 | 20년 전 | 1642 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기