어제 알려주신 소스들.. 정보
어제 알려주신 소스들..-
Terrorboys 홈페이지 자기소개 아이디로 검색 회원게시물 (210.♡.♡.50)
- 1,614

본문
류진씨님과 행님님..이 보여주신 소스를 오늘 테스트 해본결과... 마우스를 따라 이동하네요... 고정되있고 도움말 객체로 진입도 가능해야하는데 ㅎ.ㅎ;;;
다시 짜야겠네요^^
다시 짜야겠네요^^
추천
0
0
댓글 3개

간단합니다.
뭐 다시 짠다고 .... 엄살은 ... ㅋㅋㅋ
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 를 올립니다.
"끝"
뭐 다시 짠다고 .... 엄살은 ... ㅋㅋㅋ
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 를 올립니다.
"끝"

도움말, 객체 ? help? .... [title] 을 [help] 로 바꾸면 될까 .... 아직 실험은 안해바씀 .... 미다...
style ? 이 좀 걸리긴 걸리네 ... 흠흠흠
style ? 이 좀 걸리긴 걸리네 ... 흠흠흠

흠..... 다시 딴다기보다는 짜다보니 필요성이 없어졌다죠 ㅋㅋㅋㅋ
지금은 워터마크 시스템 짜고 있습니다.^^
지금은 워터마크 시스템 짜고 있습니다.^^