어제 알려주신 소스들.. > 십년전오늘

십년전오늘

10년전 추억의 책장을 넘기며

어제 알려주신 소스들.. 정보

어제 알려주신 소스들..

본문

류진씨님과 행님님..이 보여주신 소스를 오늘 테스트 해본결과... 마우스를 따라 이동하네요... 고정되있고 도움말 객체로 진입도 가능해야하는데 ㅎ.ㅎ;;;

다시 짜야겠네요^^
  • 복사

댓글 전체

간단합니다.

뭐 다시 짠다고 .... 엄살은 ... ㅋㅋㅋ

head.sub.php 에... 아래를 삽입합니다.

<link href="<?=$g4[path]?>/tooltip/style-my-tooltips.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<?=$g4[path]?>/tooltip/jquery.style-my-tooltips.js"></script>
<script type="text/javascript"> 
$().ready(function() { 
//applies to all elements with title attribute. Change to ".class[title]" to select only elements with specific .class and title
$("[title]").style_my_tooltips({
tip_follows_cursor: "on", //on/off
tip_delay_time: 10 //milliseconds
}); 
}); 
</script>

그리고, 메인/tooltip 에 .css 와 .js 를 올립니다.

"끝"
© SIRSOFT
현재 페이지 제일 처음으로