한국어
플로팅 광고 코드, 닫기 기능이 있는 웹페이지 플로팅 광고 특수 효과 코드 표시. 코드는 웹페이지 표준을 준수하며 실행 버튼을 직접 클릭하여 온라인으로 특수 효과를 관찰할 수 있습니다.
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>닫기 버튼이 있는 웹페이지 플로팅 광고 코드 downcodes.com</title> </head > <body> <div id="img" style="위치: 절대; 왼쪽: 311; 위쪽: 815;visibility :hidden;" onmouseover="clearInterval(interval)" onmouseout="interval = setInterval('changePos() ', 지연)" align="right"> <a href="#" target="_blank"><img border="0" src=""></a><br><span style="CURSOR: hand;color:red;font-weight:bold" onclick="clearInterval(interval);img.style.visibility = 'hidden'">X</span> </div> <script 언어=javascript> var xPos = 20 ;//downcodes.com에서 var yPos = document.body.clientHeight; var 지연 = 0; var Hoffset = 0; ; var 일시 중지 = true; var 간격; img.style.top = yPos; width = document.body.clientHeight; Hoffset = img.offsetWidth; img.style.left = xPos + document.body.scrollLeft; img.style.top = yPos + document.body.scrollTop; if (yon) { yPos = yPos + step } if (yPos < 0) { yon = 1; yPos = 0; } if (yPos >= (높이 - Hoffset)) { yPos = (높이 - Hoffset) } if (xon); ; } else { xPos = xPos - 단계; } if (xPos < 0) { xon = 1; xPos = 0; } if (xPos >= (너비 - Woffset)) { xon = 0; ; } } function start() { img.style.visibility = "visible"; 간격 = setInterval('changePos()', 지연) } start();