웹사이트 관련 팁들을 모아놓은 곳입니다. 좋은팁 공유 합시다.
  • 웹미니 한줄 전광판 영역 입니다.
글 수 186

17

조회 수 : 2607 신고 : 0

profile
작성자 : title: [ani]깜빡이는 표정빽짱구
포인트 : 56933 | 레벨 : 25
미리보기 <==클릭

<head></head> 사이에 아래소스 삽입

<script language="JavaScript">
<!--

var x =0
var y=0
drag = 0
move = 0
window.document.onmousemove = mouseMove
window.document.onmousedown = mouseDown
window.document.onmouseup = mouseUp
window.document.ondragstart = mouseStop
function mouseUp() {
move = 0
}
function mouseDown() {
if (drag) {
clickleft = window.event.x - parseInt(dragObj.style.left)
clicktop = window.event.y - parseInt(dragObj.style.top)
dragObj.style.zIndex += 1
move = 1
}
}
function mouseMove() {
if (move) {
dragObj.style.left = window.event.x - clickleft
dragObj.style.top = window.event.y - clicktop
}
}
function mouseStop() {
window.event.returnValue = false
}
function Show(divid) {
di

vid.filters.blendTrans.apply();
divid.style.visibility = "visible";
divid.filters.blendTrans.play();
}
function Hide(divid) {
divid.filters.blendTrans.apply();
divid.style.visibility = "hidden";
divid.filters.blendTrans.play();
}

//-->
</script>

<body>안에 아래소스 추가

<div id="Notice" style="position:absolute; left:300; top:200; width:200; z-index:5; filter:revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5); border-width:1px; border-style:none;" onmouseover="dragObj=Notice; drag=1;move=0" onmouseout="drag=0">
<table border="0" cellpadding="2" cellspacing="0" width="200" bgcolor="#94AAD6" style="font-family:굴림; font-size:9pt">
<tr>

<td bgcolor="eeeeee"><img src="이미지주소" width="15" height="12">알림장</td>
</tr>
<tr>

<td bgcolor="#FFFFFF" style="padding:7">내용
</tr>
<tr>
<td align="right" bgcolor="#CCCCCC" style="padding:7"><a href="javascript:void(Hide(Notice))"><font color="#000000">close</font></a></td>
</tr>
</table>

색이나, 내용 위치조정은 사용자에 맞게 수정하시면 됩니다.

profile 글쓴이 빽짱구

단점이 없는 사람은 장점도 거의 없다 - 에이브러햄 링컨

엮인글 :
https://web.webmini.net/webtip/14028/3f8/trackback
소중한 댓글 부탁드립니다.
추천수 10단위당 메달이 1개씩 노출되고, 추천수에 따라 배경색이 변하며, 일정수의 추천수를 받을시 BEST 아이콘이 붙게됩니다.
추천수에 따른 배경색 보기 본문으로 바로가기
  • 추천수 50개이상
  • 추천수 30개이상
  • 추천수 20개이상
  • 추천수 10개이상
  • 추천수 3개이상
닫기

댓글 '1'

환상 (101914)

2009.09.17 23:29:28

감사합니다~!~!
List of Articles
번호 제목 글쓴이 날짜sort 추천 수 조회 수
66 방문객의 해상도를 자신의 홈에 맞게 바꾸기 [1] title: [ani]깜빡이는 표정빽짱구 2004-10-18 12 2889
65 알고싶은 년도의 달력 미리보기 file [2] 맑은숲 2004-10-21 10 3223
64 웹폰트 사용하는 홈 한자(한문) 자동 변환 소스 [1] title: [ani]깜빡이는 표정빽짱구 2004-10-25 13 4789
63 홈페이지 마우스 커서 (오버시) 바꾸기 [2] title: [ani]깜빡이는 표정빽짱구 2004-10-30 12 6880
62 best of best 제홈 메인테이블 소스 [9] title: [ani]깜빡이는 표정빽짱구 2005-01-06 28 6122
61 best of best 그라데이션 셀렉박스만들기 [1] title: [ani]깜빡이는 표정빽짱구 2005-01-20 29 4761
60 best of best 메일주소를 버튼으로 바꾸기 [2] title: [ani]깜빡이는 표정빽짱구 2005-01-20 28 4150
59 best of best 플래쉬 swf 파일 투명하게하기 title: [ani]깜빡이는 표정빽짱구 2005-03-08 30 5120
58 best of best 내홈에서 메신져 추가하기 스크립트 [3] title: [ani]깜빡이는 표정빽짱구 2005-03-09 28 4741
57 best of best 웹디자인..할때 필요할듯. [2] 맑은숲 2005-03-12 27 5894
56 best of best xp를 빠르게 하자!! file [1] 신념 2005-03-14 20 5570
55 best of best select 폼 예쁘게 꾸며보기 [3] title: [ani]깜빡이는 표정빽짱구 2005-03-15 29 7141
54 best of best 홈페이지에 FTP 폼 넣기 [5] title: [ani]깜빡이는 표정빽짱구 2005-03-15 52 6238
53 best of best input 태그 (검색창안에 이미지넣기) [3] title: [ani]깜빡이는 표정빽짱구 2005-03-15 30 8686
52 best of best 제로보드폴더 복구와 관련한.. [1] title: [ani]깜빡이는 표정빽짱구 2005-03-17 34 9485
51 best of best 서버이전 할경우 이미지네임관련 [4] title: [ani]깜빡이는 표정빽짱구 2005-03-19 32 6612
50 포토샵에서 텍스트작업 [9] title: [ani]깜빡이는 표정빽짱구 2005-07-04 16 7598
49 best of best 셀렉트박스 [5] title: [ani]깜빡이는 표정빽짱구 2005-08-12 20 8628
48 아이프레임 게시판 투명으로 불러오기 [3] title: [ani]깜빡이는 표정빽짱구 2005-09-05 18 8669
47 phpmyadmin을 내 계정에 설치하기 [5] title: [ani]깜빡이는 표정빽짱구 2005-09-27 15 7835