리자

간단한 풍선도움말

책에 나온거 응용해 보았습니다.


<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<script src="scripts/jquery.js"></script>
<style>
.tooltip {
  position: absolute;
  z-index: 2;
  background: #efd;
  border: 1px solid #ccc;
  padding: 3px;
}
</style>
</HEAD>

<BODY>

<span id='mover' tip='툴팁입니다.'>마우스오버</span>


<script>
$(document).ready(function() {
  var highlighted = "";
  var column = 3;

  var positionTooltip = function(event) {
    var tPosX = event.pageX;
    var tPosY = event.pageY+20;
    $('div.tooltip').css({top: tPosY, left: tPosX});
  };

  var showTooltip = function(event) {
    $('div.tooltip').remove();
    $('<div class="tooltip">' + $(this).attr('tip') + '</div>').appendTo('body');
    positionTooltip(event);
  };

  var hideTooltip = function() {
    $('div.tooltip').remove();
  };

  $('#mover')
  .hover(showTooltip, hideTooltip)
  .mousemove(positionTooltip);
});
</script>

</BODY>
</HTML>

[이 게시물은 관리자님에 의해 2011-10-31 16:55:28 jQuery에서 이동 됨]
|

댓글 3개

현재 /adm/에서 사용하는 help

<?=help("목록 한페이지당 라인수")?>

/adm/admin.lib.php에서...

function help($help="", $left=0, $top=0)
{
global $g4;
static $idx = 0;

$idx++;

$help = preg_replace("/\n/", "<br>", $help);

$str = "<img src='$g4[admin_path]/img/icon_help.gif' border=0 width=15 height=15 align=absmiddle onclick=\"help('help$idx', $left, $top);\" style='cursor:hand;'>";
//$str .= "<div id='help$idx' style='position:absolute; top:0px; left:0px; display:none;'>";
$str .= "<div id='help$idx' style='position:absolute; display:none;'>";
$str .= "<div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>$help</div></div></div>";
$str .= "</div>";

return $str;
}

style 부분은 style.css에 넣겠지만,
$('#mover') 같은 부분을 범용화 하는거는 간단하지만 꽤 어렵네요. ㅠ..ㅠ...

시간될 때 플러그인을 한번 봐야겠어요. 코딩 스탈이 어떻게 된 것인지
좋은소스 감사드립니다.^^
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
17년 전 조회 2,570
17년 전 조회 2,185
17년 전 조회 1,954
17년 전 조회 2,488
17년 전 조회 5,180
17년 전 조회 1,875
17년 전 조회 2,616
17년 전 조회 2,582
17년 전 조회 2,860
17년 전 조회 2,578
17년 전 조회 4,909
17년 전 조회 3,406
17년 전 조회 3,313
17년 전 조회 2,034
17년 전 조회 1,696
17년 전 조회 4,423
17년 전 조회 2,091
17년 전 조회 2,091
17년 전 조회 2,581
17년 전 조회 2,328
17년 전 조회 1,963
17년 전 조회 4,374
17년 전 조회 2,196
17년 전 조회 3,553
17년 전 조회 3,470
17년 전 조회 1,465
17년 전 조회 2,246
17년 전 조회 2,027
17년 전 조회 2,277
17년 전 조회 3,086
17년 전 조회 3,444
17년 전 조회 3,650
17년 전 조회 3,768
17년 전 조회 1,862
17년 전 조회 1,862
17년 전 조회 2,667
17년 전 조회 2,416
17년 전 조회 2,696
17년 전 조회 3,245
17년 전 조회 3,701
17년 전 조회 2,787
17년 전 조회 2,061
17년 전 조회 3,633
17년 전 조회 3,502
17년 전 조회 3,458
17년 전 조회 4,338
17년 전 조회 2,989
17년 전 조회 2,835
17년 전 조회 3,097
17년 전 조회 3,309
17년 전 조회 3,038
17년 전 조회 1,902
17년 전 조회 2,296
17년 전 조회 1,943
17년 전 조회 2,348
17년 전 조회 2,963
17년 전 조회 9,120
17년 전 조회 3,575
17년 전 조회 4,624
17년 전 조회 2,395
17년 전 조회 4,055
17년 전 조회 1,953
17년 전 조회 1,792
17년 전 조회 2,727
17년 전 조회 1,709
17년 전 조회 2,039
17년 전 조회 1,899
17년 전 조회 2,943
17년 전 조회 1,910
17년 전 조회 1,484
17년 전 조회 1,641
17년 전 조회 3,552
17년 전 조회 2,584
17년 전 조회 2,378
17년 전 조회 1,633
17년 전 조회 2,858
17년 전 조회 1,575
17년 전 조회 1,546
17년 전 조회 1,806
17년 전 조회 3,150
17년 전 조회 2,821
17년 전 조회 2,906
17년 전 조회 1,600
17년 전 조회 1,725
17년 전 조회 3,694
17년 전 조회 3,250
17년 전 조회 4,519
17년 전 조회 2,682
17년 전 조회 2,788
17년 전 조회 1,835
17년 전 조회 2,928
17년 전 조회 2,630
17년 전 조회 3,405
17년 전 조회 2,891
17년 전 조회 2,050
17년 전 조회 2,837
17년 전 조회 1,979
17년 전 조회 1,578
17년 전 조회 2,655
17년 전 조회 3,269