도움말 띄우기 - 관리자 페이지에 있는 것을 추림
관리자 페이지에 있는 것을 추렸습니다.
js/common.js에 다음 추가
var old2='';
function help2(name, left, top) {
submenu2=eval(name+".style");
if (old2!=submenu2){
if(old2!='') { old2.display='none'; }
submenu2.display='block';
old2=submenu2;
} else {
submenu2.display='none';
old2='';
}
submenu2.posLeft = left;
submenu2.posTop = top;
}
lib/common.lib.php에 다음 추가
function help2( $icon, $help="")
{
global $admin_dir;
static $idx = 0;
$idx++;
$help = preg_replace("/\n/", "<br>", $help);
$str = "<img src='$icon' border=0 align=absmiddle onclick=\"help2('help__$idx', event.x+20, event.y-10+document.body.scrollTop);\" style='cursor:hand;'>";
$str .= "<div id='help__$idx' style='position:absolute; top:0px; left:0px; display:none;'>";
$str .= "<div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>$help</div></div></div>";
$str .= "</div>";
return $str;
}
사용법
js/common.js와 lib/common.lib.php가
있다는 조건하에
<?=help2("/images/q.gif", "heeeeeelp")?><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
js/common.js에 다음 추가
var old2='';
function help2(name, left, top) {
submenu2=eval(name+".style");
if (old2!=submenu2){
if(old2!='') { old2.display='none'; }
submenu2.display='block';
old2=submenu2;
} else {
submenu2.display='none';
old2='';
}
submenu2.posLeft = left;
submenu2.posTop = top;
}
lib/common.lib.php에 다음 추가
function help2( $icon, $help="")
{
global $admin_dir;
static $idx = 0;
$idx++;
$help = preg_replace("/\n/", "<br>", $help);
$str = "<img src='$icon' border=0 align=absmiddle onclick=\"help2('help__$idx', event.x+20, event.y-10+document.body.scrollTop);\" style='cursor:hand;'>";
$str .= "<div id='help__$idx' style='position:absolute; top:0px; left:0px; display:none;'>";
$str .= "<div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>$help</div></div></div>";
$str .= "</div>";
return $str;
}
사용법
js/common.js와 lib/common.lib.php가
있다는 조건하에
<?=help2("/images/q.gif", "heeeeeelp")?><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
댓글 2개
19년 전
rolo님 감사합니다.
적용해보니 깜찍(?)하고 좋아보입니다.^^
적용해보니 깜찍(?)하고 좋아보입니다.^^
19년 전
<div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>
이 부분 css에 대한 설명이 빠졌군요.
적당하게 조정해 주시면 됩니다. ^^
이 부분 css에 대한 설명이 빠졌군요.
적당하게 조정해 주시면 됩니다. ^^
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 365 | ||
| 7929 | 9년 전 | 258 | ||
| 7928 | 9년 전 | 366 | ||
| 7927 | 9년 전 | 295 | ||
| 7926 | 9년 전 | 641 | ||
| 7925 | 9년 전 | 311 | ||
| 7924 | 9년 전 | 282 | ||
| 7923 | 9년 전 | 320 | ||
| 7922 | 9년 전 | 339 | ||
| 7921 | 9년 전 | 372 | ||
| 7920 | 9년 전 | 293 | ||
| 7919 | 9년 전 | 309 | ||
| 7918 | 9년 전 | 473 | ||
| 7917 | 9년 전 | 311 | ||
| 7916 | 9년 전 | 378 | ||
| 7915 | 9년 전 | 363 | ||
| 7914 | 9년 전 | 379 | ||
| 7913 | 9년 전 | 500 | ||
| 7912 | 9년 전 | 374 | ||
| 7911 | 9년 전 | 328 | ||
| 7910 | 9년 전 | 359 | ||
| 7909 | 9년 전 | 469 | ||
| 7908 | 9년 전 | 366 | ||
| 7907 | 9년 전 | 317 | ||
| 7906 | 9년 전 | 334 | ||
| 7905 | 9년 전 | 326 | ||
| 7904 | 9년 전 | 294 | ||
| 7903 | 9년 전 | 290 | ||
| 7902 | 9년 전 | 509 | ||
| 7901 |
|
9년 전 | 716 | |
| 7900 | 9년 전 | 536 | ||
| 7899 | 9년 전 | 344 | ||
| 7898 | 9년 전 | 337 | ||
| 7897 | 9년 전 | 295 | ||
| 7896 | 9년 전 | 314 | ||
| 7895 | 9년 전 | 422 | ||
| 7894 | 9년 전 | 346 | ||
| 7893 | 9년 전 | 275 | ||
| 7892 | 9년 전 | 322 | ||
| 7891 | 9년 전 | 707 | ||
| 7890 | 9년 전 | 1171 | ||
| 7889 | 9년 전 | 729 | ||
| 7888 |
limsy1987
|
9년 전 | 522 | |
| 7887 | 9년 전 | 499 | ||
| 7886 | 9년 전 | 383 | ||
| 7885 | 9년 전 | 358 | ||
| 7884 | 9년 전 | 365 | ||
| 7883 | 9년 전 | 345 | ||
| 7882 | 9년 전 | 359 | ||
| 7881 | 9년 전 | 386 | ||
| 7880 | 9년 전 | 513 | ||
| 7879 | 9년 전 | 410 | ||
| 7878 | 9년 전 | 1153 | ||
| 7877 | 9년 전 | 705 | ||
| 7876 | 9년 전 | 432 | ||
| 7875 | 9년 전 | 505 | ||
| 7874 |
|
9년 전 | 778 | |
| 7873 | 9년 전 | 480 | ||
| 7872 | 9년 전 | 611 | ||
| 7871 | 9년 전 | 443 | ||
| 7870 | 9년 전 | 565 | ||
| 7869 | 9년 전 | 384 | ||
| 7868 | 9년 전 | 377 | ||
| 7867 | 9년 전 | 378 | ||
| 7866 | 9년 전 | 436 | ||
| 7865 | 9년 전 | 394 | ||
| 7864 | 9년 전 | 457 | ||
| 7863 | 9년 전 | 450 | ||
| 7862 | 9년 전 | 426 | ||
| 7861 | 9년 전 | 587 | ||
| 7860 | 9년 전 | 593 | ||
| 7859 | 9년 전 | 362 | ||
| 7858 | 9년 전 | 670 | ||
| 7857 | 9년 전 | 1020 | ||
| 7856 | 9년 전 | 482 | ||
| 7855 | 9년 전 | 696 | ||
| 7854 | 9년 전 | 694 | ||
| 7853 | 9년 전 | 529 | ||
| 7852 | 9년 전 | 470 | ||
| 7851 | 9년 전 | 445 | ||
| 7850 | 9년 전 | 540 | ||
| 7849 | 9년 전 | 312 | ||
| 7848 | 9년 전 | 361 | ||
| 7847 | 9년 전 | 585 | ||
| 7846 | 9년 전 | 402 | ||
| 7845 | 9년 전 | 366 | ||
| 7844 | 9년 전 | 364 | ||
| 7843 | 9년 전 | 368 | ||
| 7842 | 9년 전 | 366 | ||
| 7841 | 9년 전 | 352 | ||
| 7840 | 9년 전 | 358 | ||
| 7839 | 9년 전 | 392 | ||
| 7838 | 9년 전 | 477 | ||
| 7837 | 9년 전 | 317 | ||
| 7836 | 9년 전 | 356 | ||
| 7835 | 9년 전 | 437 | ||
| 7834 |
|
9년 전 | 1167 | |
| 7833 | 9년 전 | 373 | ||
| 7832 | 9년 전 | 363 | ||
| 7831 | 9년 전 | 499 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기