{"id":535,"date":"2024-04-15T08:08:08","date_gmt":"2024-04-14T23:08:08","guid":{"rendered":"http:\/\/inwelly.com\/?p=535"},"modified":"2024-04-22T06:08:29","modified_gmt":"2024-04-21T21:08:29","slug":"javascript-div-%eb%a7%88%ec%9a%b0%ec%8a%a4%eb%a1%9c-%eb%93%9c%eb%9e%98%ea%b7%b8%ed%95%b4%ec%84%9c-%eb%81%8c%ea%b3%a0-%eb%8b%a4%eb%8b%88%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=535","title":{"rendered":"JAVASCRIPT DIV \ub9c8\uc6b0\uc2a4\ub85c \ub4dc\ub798\uadf8\ud574\uc11c \ub04c\uace0 \ub2e4\ub2c8\uae30"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;script>\n isIE=document.all;\n isNN=!document.all&amp;&amp;document.getElementById;\n isN4=document.layers;\n isHot=false;\n\n function ddInit(e){\n  topDog=isIE ? \"BODY\" : \"HTML\";\n  whichDog=isIE ? document.all.theLayer : document.getElementById(\"theLayer\");\n  hotDog=isIE ? event.srcElement : e.target;\n  while (hotDog.id!=\"titleBar\"&amp;&amp;hotDog.tagName!=topDog){\n   hotDog=isIE ? hotDog.parentElement : hotDog.parentNode;\n  }\n  if (hotDog.id==\"titleBar\"){\n   offsetx=isIE ? event.clientX : e.clientX;\n   offsety=isIE ? event.clientY : e.clientY;\n   nowX=parseInt(whichDog.style.left);\n   nowY=parseInt(whichDog.style.top);\n   ddEnabled=true;\n   document.onmousemove=dd;\n  }\n }\n\n function dd(e){\n  if (!ddEnabled) return;\n  whichDog.style.left=isIE ? nowX+event.clientX-offsetx : nowX+e.clientX-offsetx;\n  whichDog.style.top=isIE ? nowY+event.clientY-offsety : nowY+e.clientY-offsety;\n  return false;\n }\n\n document.onmousedown=ddInit;\n document.onmouseup=Function(\"ddEnabled=false\");\n&lt;\/script>\n\n\n&lt;div ID=\"theLayer\" style=\"WIDTH:330px; POSITION:absolute; HEIGHT:183px; LEFT:230; TOP:35;DISPLAY:block;z-index:1;\">\n    &lt;div>   \n        &lt;div id=\"titleBar\" style=\"width:50px; height:10px; background:#000000;cursor:move; color:#FFFFFF; float:left;\">\n            \uc774\ub3d9\n        &lt;\/div>\n        &lt;div style=\"width:50px; height:10px; background:#000000; color:#ffffff; float:left;\">&lt;a href=\"#\" onclick=\"div_close()\" onkeypress=\"this.onClick()\">&lt;\/a>&amp;nbsp;&lt;\/div>\n    &lt;\/div>\n    &lt;div style=\"width:330px; height:200px; background:#CCCCCC;\">&lt;\/div>\n&lt;\/div><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1279,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-535","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/535","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=535"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/535\/revisions"}],"predecessor-version":[{"id":536,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/535\/revisions\/536"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/media\/1279"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=535"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=535"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}