브라우저 안에 떠다니는 이미지 ~ (플로팅 광고)

마우스 올리면 멈추고 마우스 떼면 움직이고 속도조절 가능하고 화면안에서만 움직이고,

그냥 찾다가 하나 얻어걸려서 올려요 ^^

<div id="img" style="width:200px; height:200px; position:absolute; left:50px; top:50px; z-index:1;">
<a href="http://www.여기에원하는주소"><img src="bird.gif" border="0" onMouseover="pauseResume();" onMouseout="pauseResume();"></a>
</div>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original:  Justin Arruda (JArruda@mindspring.com) -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var step = 1;    //높을수록 빠릅니다.
var delay = 50;  //delay입니다. 놓을수록 느리고 낮을수록 빠릅니다.
var height = 0;
var Hoffset = 0;
var Woffset = 0;
var yon = 0;
var xon = 0;
var pause = true;
var interval;
var name = navigator.appName;
if(name == "Microsoft Internet Explorer") name = true;
else name = false;
var xPos = 20;
if(name) var yPos = document.body.clientHeight;
else var yPos = window.innerHeight;
function changePos() {
if(name) {
width = document.body.clientWidth;
height = document.body.clientHeight;
Hoffset = img.offsetHeight;
Woffset = img.offsetWidth;
img.style.left = xPos + document.body.scrollLeft;
img.style.top = yPos + document.body.scrollTop;
}
else {
height = window.innerHeight;
width = window.innerWidth;
Hoffset = document.img.clip.height;
Woffset = document.img.clip.width;
document.img.pageY = yPos + window.pageYOffset;
document.img.pageX = xPos + window.pageXOffset;
}
if (yon) {
yPos = yPos + step;
}
else {
yPos = yPos - step;
}
if (yPos < 0) {
yon = 1;
yPos = 0;
}
if (yPos >= (height - Hoffset)) {
yon = 0;
yPos = (height - Hoffset);
}
if (xon) {
xPos = xPos + step;
}
else {
xPos = xPos - step;
}
if (xPos < 0) {
xon = 1;
xPos = 0;
}
if (xPos >= (width - Woffset)) {
xon = 0;
xPos = (width - Woffset);
   }
}
function start() {
if(name) img.visibility = "visible";
else document.img.visibility = "visible";
interval = setInterval('changePos()',delay);
}
function pauseResume() {
if(pause) {
clearInterval(interval);
pause = false;
}
else {
interval = setInterval('changePos()',delay);
pause = true;
   }
}
start();
//  End -->
</script>

바디 안에다가 넣으면 됩니다 ^^

[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
|

댓글 5개

댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
16년 전 조회 1,953
16년 전 조회 5,389
16년 전 조회 1,696
16년 전 조회 2,214
16년 전 조회 2,403
16년 전 조회 1,556
16년 전 조회 1,360
16년 전 조회 2,283
16년 전 조회 4,997
16년 전 조회 2,263
16년 전 조회 2,924
16년 전 조회 1,803
16년 전 조회 3,654
16년 전 조회 4,492
16년 전 조회 3,149
16년 전 조회 2,406
16년 전 조회 2,493
16년 전 조회 2,733
16년 전 조회 2,223
16년 전 조회 5,566
16년 전 조회 3,417
16년 전 조회 1,414
16년 전 조회 1,752
16년 전 조회 5,129
16년 전 조회 2,370
16년 전 조회 3,463
16년 전 조회 2,700
16년 전 조회 1,609
16년 전 조회 5,418
16년 전 조회 2,525
16년 전 조회 6,028
16년 전 조회 1,995
16년 전 조회 4,075
16년 전 조회 3,084
16년 전 조회 2,276
16년 전 조회 2,284
16년 전 조회 4,441
16년 전 조회 3,354
16년 전 조회 2,882
16년 전 조회 3,021
16년 전 조회 2,146
16년 전 조회 1,825
16년 전 조회 1,743
16년 전 조회 1,458
16년 전 조회 1,723
16년 전 조회 1,958
16년 전 조회 1,654
16년 전 조회 4,899
16년 전 조회 3,878
16년 전 조회 1,848
16년 전 조회 1,592
16년 전 조회 2,338
16년 전 조회 4,570
16년 전 조회 3,604
16년 전 조회 2,638
16년 전 조회 4,387
16년 전 조회 3,248
16년 전 조회 1,410
16년 전 조회 1,429
16년 전 조회 2,088
16년 전 조회 1,929
16년 전 조회 2,615
16년 전 조회 2,276
16년 전 조회 1,420
16년 전 조회 4,439
16년 전 조회 1,533
16년 전 조회 1,829
16년 전 조회 2,255
16년 전 조회 3,895
16년 전 조회 2,794
16년 전 조회 1,540
16년 전 조회 4,066
16년 전 조회 1,447
16년 전 조회 1,632
16년 전 조회 1,298
16년 전 조회 1,768
16년 전 조회 1,665
16년 전 조회 1,680
16년 전 조회 1,477
16년 전 조회 2,231
16년 전 조회 1,860
16년 전 조회 2,026
16년 전 조회 2,232
16년 전 조회 1,529
16년 전 조회 2,354
16년 전 조회 2,294
16년 전 조회 4,580
16년 전 조회 1,343
16년 전 조회 1,099
16년 전 조회 2,060
16년 전 조회 2,025
16년 전 조회 1,558
16년 전 조회 2,088
16년 전 조회 2,330
16년 전 조회 1,441
16년 전 조회 1,786
16년 전 조회 1,972
16년 전 조회 1,062
16년 전 조회 1,744
16년 전 조회 1,450