본 소스는 daum 에서 해당 내역만 추출 한 것입니다..
다음사이트를 보다가 유용 한것 같아서 추출 했습니다..^^;
사용에 대한 제재는 잘 모르겠네용....;;; 문제제기시 삭제 하겠습니당~
미리보기는 링크를 이용 해주세요^^
<style type="text/css">
<!--
#dashboard { display:none; position:absolute; background:transparent; width:309px; height:0%; margin:0 0 0 0; z-index:500; word-wrap:break-word; }
#resultarea { margin:0; padding:0; }
#dashboard #resultTop { height:10px; font-size:1px; line-height:1px; }
#dashboard #resultBot { height:10px; font-size:1px; line-height:1px; }
#dashboard div.lefttop #resultTop { background:url(http://pimg.hanmail.net/blog3/tip_left_1.gif) no-repeat; }
#dashboard div.lefttop #resultarea { background:url(http://pimg.hanmail.net/blog3/tip_left_2.gif) repeat-y; padding:0 8px 0 15px; }
#dashboard div.lefttop #resultBot { background:url(http://pimg.hanmail.net/blog3/tip_left_3.gif) no-repeat; }
#dashboard div.leftbot #resultTop { background:url(http://pimg.hanmail.net/blog3/tip_left_5.gif) no-repeat; }
#dashboard div.leftbot #resultarea { background:url(http://pimg.hanmail.net/blog3/tip_left_2.gif) repeat-y; padding:0 8px 0 15px; }
#dashboard div.leftbot #resultBot { background:url(http://pimg.hanmail.net/blog3/tip_left_4.gif) no-repeat; }
#dashboard div.righttop #resultTop { background:url(http://pimg.hanmail.net/blog3/tip_right_1.gif) no-repeat; }
#dashboard div.righttop #resultarea { background:url(http://pimg.hanmail.net/blog3/tip_right_2.gif) repeat-y; padding:0 15px 0 8px; }
#dashboard div.righttop #resultBot { background:url(http://pimg.hanmail.net/blog3/tip_right_3.gif) no-repeat; }
#dashboard div.rightbot #resultTop { background:url(http://pimg.hanmail.net/blog3/tip_right_5.gif) no-repeat; }
#dashboard div.rightbot #resultarea { background:url(http://pimg.hanmail.net/blog3/tip_right_2.gif) repeat-y; padding:0 15px 0 8px; }
#dashboard div.rightbot #resultBot { background:url(http://pimg.hanmail.net/blog3/tip_right_4.gif) no-repeat; }
#dashboard div.previewCotent { line-height:1.3; }
#dashboard div.previewCotent div.thumbArea { position:relative; float:right; margin:0 0 0 5px; }
#dashboard div.previewCotent div.dateArea { padding-top:4px; }
#dashboard div.previewCotent img.iconMovie { position:absolute; left:3px; top:60px; }
-->
</style>
<div id="dashboard" class=cont_text>
<div id="resultBox" class="lefttop"><div id="resultTop"></div><div id="resultarea"></div><div id="resultBot"></div></div>
</div>
<Script language="JavaScript">
<!--
/* Layer Show/Hide */
function showPostLayer(oAnchor, sCntsId, event) {
var oResultDiv = document.getElementById('resultarea');
oResultDiv.innerHTML = (document.getElementById(sCntsId)? document.getElementById(sCntsId).innerHTML : "");
if(oAnchor == null) return;
var position = getPosition(oAnchor);
var nAncX = position.x;
var nAncY = position.y;
var nAncWidth = oAnchor.offsetWidth;
var nAncHeight = oAnchor.offsetHeight;
var nDocX = (document.documentElement.clientWidth || document.body.clientWidth);
var nDocY = (document.documentElement.scrollHeight || document.body.scrollHeight);
var oDashBoard = document.getElementById("dashboard");
oDashBoard.style.display = "block";
var nDashX = nAncX;
var nDashY = nAncY;
var nCntsHeight = oResultDiv.offsetHeight;
var oResultBox = document.getElementById('resultBox');
if(nAncX > nDocX/2) { //right
nDashX -= 309 + 3;
if(nAncY > nDocY - 200) { //예상 bot
nDashY -= nCntsHeight + Math.ceil(nAncHeight/2);
oResultBox.className = "rightbot";
} else { //top
nDashY += Math.ceil(nAncHeight/2);
oResultBox.className = "righttop";
}
} else { //left
nDashX += nAncWidth + 3;
if(nAncY > nDocY - 200) { //예상 bot
nDashY -= nCntsHeight + Math.ceil(nAncHeight/2);
oResultBox.className = "leftbot";
} else { //top
nDashY += Math.ceil(nAncHeight/2);
oResultBox.className = "lefttop";
}
}
oDashBoard.style.left = (nDashX) + "px";
oDashBoard.style.top = (nDashY) + "px";
}
function showDashBoard(){
var obj = document.getElementById("dashboard");
obj.style.display="block";
viewLayer = true;
}
function hideDashBoard(){
var obj = document.getElementById("dashboard");
obj.style.display="none";
viewLayer = false;
}
function getPosition(object) {
var valueT = 0, valueL = 0;
do {
valueT += object.offsetTop || 0;
valueL += object.offsetLeft || 0;
object = object.offsetParent;
if (object) {
if(object.tagName.toUpperCase()=='BODY') break;
}
} while (object);
return {x: valueL, y:valueT};
}
-->
</Script>
<table width="250" align="center" border="1"><Tr><Td onclick="showPostLayer(this,'source_1',event)" onmouseout="hideDashBoard();">여기를 마우스로 클릭해 보세요^^</Td></tr></table>
<div id="source_1" style="display:none">
레이어 팝업 내용~^^
</div>
다음사이트를 보다가 유용 한것 같아서 추출 했습니다..^^;
사용에 대한 제재는 잘 모르겠네용....;;; 문제제기시 삭제 하겠습니당~
미리보기는 링크를 이용 해주세요^^
<style type="text/css">
<!--
#dashboard { display:none; position:absolute; background:transparent; width:309px; height:0%; margin:0 0 0 0; z-index:500; word-wrap:break-word; }
#resultarea { margin:0; padding:0; }
#dashboard #resultTop { height:10px; font-size:1px; line-height:1px; }
#dashboard #resultBot { height:10px; font-size:1px; line-height:1px; }
#dashboard div.lefttop #resultTop { background:url(http://pimg.hanmail.net/blog3/tip_left_1.gif) no-repeat; }
#dashboard div.lefttop #resultarea { background:url(http://pimg.hanmail.net/blog3/tip_left_2.gif) repeat-y; padding:0 8px 0 15px; }
#dashboard div.lefttop #resultBot { background:url(http://pimg.hanmail.net/blog3/tip_left_3.gif) no-repeat; }
#dashboard div.leftbot #resultTop { background:url(http://pimg.hanmail.net/blog3/tip_left_5.gif) no-repeat; }
#dashboard div.leftbot #resultarea { background:url(http://pimg.hanmail.net/blog3/tip_left_2.gif) repeat-y; padding:0 8px 0 15px; }
#dashboard div.leftbot #resultBot { background:url(http://pimg.hanmail.net/blog3/tip_left_4.gif) no-repeat; }
#dashboard div.righttop #resultTop { background:url(http://pimg.hanmail.net/blog3/tip_right_1.gif) no-repeat; }
#dashboard div.righttop #resultarea { background:url(http://pimg.hanmail.net/blog3/tip_right_2.gif) repeat-y; padding:0 15px 0 8px; }
#dashboard div.righttop #resultBot { background:url(http://pimg.hanmail.net/blog3/tip_right_3.gif) no-repeat; }
#dashboard div.rightbot #resultTop { background:url(http://pimg.hanmail.net/blog3/tip_right_5.gif) no-repeat; }
#dashboard div.rightbot #resultarea { background:url(http://pimg.hanmail.net/blog3/tip_right_2.gif) repeat-y; padding:0 15px 0 8px; }
#dashboard div.rightbot #resultBot { background:url(http://pimg.hanmail.net/blog3/tip_right_4.gif) no-repeat; }
#dashboard div.previewCotent { line-height:1.3; }
#dashboard div.previewCotent div.thumbArea { position:relative; float:right; margin:0 0 0 5px; }
#dashboard div.previewCotent div.dateArea { padding-top:4px; }
#dashboard div.previewCotent img.iconMovie { position:absolute; left:3px; top:60px; }
-->
</style>
<div id="dashboard" class=cont_text>
<div id="resultBox" class="lefttop"><div id="resultTop"></div><div id="resultarea"></div><div id="resultBot"></div></div>
</div>
<Script language="JavaScript">
<!--
/* Layer Show/Hide */
function showPostLayer(oAnchor, sCntsId, event) {
var oResultDiv = document.getElementById('resultarea');
oResultDiv.innerHTML = (document.getElementById(sCntsId)? document.getElementById(sCntsId).innerHTML : "");
if(oAnchor == null) return;
var position = getPosition(oAnchor);
var nAncX = position.x;
var nAncY = position.y;
var nAncWidth = oAnchor.offsetWidth;
var nAncHeight = oAnchor.offsetHeight;
var nDocX = (document.documentElement.clientWidth || document.body.clientWidth);
var nDocY = (document.documentElement.scrollHeight || document.body.scrollHeight);
var oDashBoard = document.getElementById("dashboard");
oDashBoard.style.display = "block";
var nDashX = nAncX;
var nDashY = nAncY;
var nCntsHeight = oResultDiv.offsetHeight;
var oResultBox = document.getElementById('resultBox');
if(nAncX > nDocX/2) { //right
nDashX -= 309 + 3;
if(nAncY > nDocY - 200) { //예상 bot
nDashY -= nCntsHeight + Math.ceil(nAncHeight/2);
oResultBox.className = "rightbot";
} else { //top
nDashY += Math.ceil(nAncHeight/2);
oResultBox.className = "righttop";
}
} else { //left
nDashX += nAncWidth + 3;
if(nAncY > nDocY - 200) { //예상 bot
nDashY -= nCntsHeight + Math.ceil(nAncHeight/2);
oResultBox.className = "leftbot";
} else { //top
nDashY += Math.ceil(nAncHeight/2);
oResultBox.className = "lefttop";
}
}
oDashBoard.style.left = (nDashX) + "px";
oDashBoard.style.top = (nDashY) + "px";
}
function showDashBoard(){
var obj = document.getElementById("dashboard");
obj.style.display="block";
viewLayer = true;
}
function hideDashBoard(){
var obj = document.getElementById("dashboard");
obj.style.display="none";
viewLayer = false;
}
function getPosition(object) {
var valueT = 0, valueL = 0;
do {
valueT += object.offsetTop || 0;
valueL += object.offsetLeft || 0;
object = object.offsetParent;
if (object) {
if(object.tagName.toUpperCase()=='BODY') break;
}
} while (object);
return {x: valueL, y:valueT};
}
-->
</Script>
<table width="250" align="center" border="1"><Tr><Td onclick="showPostLayer(this,'source_1',event)" onmouseout="hideDashBoard();">여기를 마우스로 클릭해 보세요^^</Td></tr></table>
<div id="source_1" style="display:none">
레이어 팝업 내용~^^
</div>
[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4133 | ||
| 429 | 19년 전 | 3325 | ||
| 428 | 19년 전 | 4148 | ||
| 427 | 19년 전 | 3494 | ||
| 426 | 19년 전 | 3123 | ||
| 425 | 19년 전 | 3432 | ||
| 424 | 19년 전 | 2454 | ||
| 423 | 19년 전 | 2882 | ||
| 422 | 19년 전 | 2375 | ||
| 421 | 19년 전 | 3730 | ||
| 420 | 19년 전 | 4759 | ||
| 419 | 19년 전 | 3834 | ||
| 418 |
|
19년 전 | 1769 | |
| 417 | 19년 전 | 2770 | ||
| 416 | 19년 전 | 2415 | ||
| 415 | 19년 전 | 2618 | ||
| 414 | 19년 전 | 4433 | ||
| 413 |
|
19년 전 | 2626 | |
| 412 | 19년 전 | 3071 | ||
| 411 |
|
19년 전 | 3006 | |
| 410 |
|
19년 전 | 3714 | |
| 409 |
|
19년 전 | 3656 | |
| 408 |
|
19년 전 | 1877 | |
| 407 | 19년 전 | 2249 | ||
| 406 | 19년 전 | 2813 | ||
| 405 | 19년 전 | 2479 | ||
| 404 | 19년 전 | 4330 | ||
| 403 | 19년 전 | 3321 | ||
| 402 |
NeoGenesis
|
19년 전 | 4114 | |
| 401 | 19년 전 | 2627 | ||
| 400 |
|
19년 전 | 2529 | |
| 399 | 19년 전 | 2982 | ||
| 398 | 19년 전 | 2518 | ||
| 397 | 19년 전 | 2811 | ||
| 396 | 19년 전 | 2516 | ||
| 395 | 19년 전 | 3222 | ||
| 394 | 19년 전 | 1762 | ||
| 393 | 19년 전 | 3022 | ||
| 392 | 19년 전 | 2291 | ||
| 391 | 19년 전 | 2196 | ||
| 390 | 19년 전 | 2305 | ||
| 389 | 19년 전 | 2667 | ||
| 388 | 19년 전 | 2212 | ||
| 387 | 19년 전 | 4500 | ||
| 386 |
|
19년 전 | 2706 | |
| 385 |
|
19년 전 | 2518 | |
| 384 | 19년 전 | 3053 | ||
| 383 | 19년 전 | 3083 | ||
| 382 | 19년 전 | 3127 | ||
| 381 |
|
19년 전 | 2654 | |
| 380 |
|
19년 전 | 3037 | |
| 379 | 19년 전 | 2563 | ||
| 378 | 19년 전 | 2234 | ||
| 377 | 19년 전 | 2797 | ||
| 376 | 19년 전 | 2484 | ||
| 375 |
|
19년 전 | 2581 | |
| 374 | 19년 전 | 3838 | ||
| 373 | 19년 전 | 3291 | ||
| 372 | 19년 전 | 5014 | ||
| 371 |
세은아빠2
|
19년 전 | 2437 | |
| 370 | 19년 전 | 4517 | ||
| 369 | 19년 전 | 3124 | ||
| 368 | 19년 전 | 2920 | ||
| 367 | 19년 전 | 3748 | ||
| 366 | 19년 전 | 2674 | ||
| 365 | 19년 전 | 3764 | ||
| 364 | 19년 전 | 4038 | ||
| 363 | 19년 전 | 3473 | ||
| 362 | 20년 전 | 3506 | ||
| 361 | 20년 전 | 4130 | ||
| 360 |
hwatta
|
20년 전 | 2388 | |
| 359 | 20년 전 | 5130 | ||
| 358 | 20년 전 | 3676 | ||
| 357 | 20년 전 | 2622 | ||
| 356 |
sdesign1s
|
20년 전 | 2301 | |
| 355 | 20년 전 | 2778 | ||
| 354 | 20년 전 | 3043 | ||
| 353 | 20년 전 | 2813 | ||
| 352 |
|
20년 전 | 5794 | |
| 351 |
|
20년 전 | 2730 | |
| 350 |
|
20년 전 | 4318 | |
| 349 |
hwatta
|
20년 전 | 2216 | |
| 348 | 20년 전 | 7327 | ||
| 347 | 20년 전 | 2431 | ||
| 346 | 20년 전 | 3530 | ||
| 345 | 20년 전 | 4333 | ||
| 344 | 20년 전 | 2676 | ||
| 343 | 20년 전 | 3940 | ||
| 342 | 20년 전 | 3087 | ||
| 341 | 20년 전 | 4120 | ||
| 340 |
|
20년 전 | 5179 | |
| 339 |
|
20년 전 | 4256 | |
| 338 | 20년 전 | 5899 | ||
| 337 | 20년 전 | 2064 | ||
| 336 |
|
20년 전 | 3357 | |
| 335 |
|
20년 전 | 3571 | |
| 334 |
|
20년 전 | 2966 | |
| 333 |
hwatta
|
20년 전 | 2470 | |
| 332 | 20년 전 | 4674 | ||
| 331 | 20년 전 | 2297 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기