한국어
일정 시간이 지나면 자동으로 꺼질 수 있는 슬라이딩 속성을 갖춘 전체 화면 광고 특수 효과입니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http ://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>슬라이딩 전체 화면 광고 다운코드. com </title> <script type="text/javascript" 언어="javascript"> var IntervalId = null; function SlideAd(id,nStayTime,sState,nMaxHth,nMinHth){ this.stayTime=nStayTime*1000 || this .maxHeigth=nMaxHth || 300; //최대 광고 높이 this.minHeigth=nMinHth || "down" var obj = document.getElementById(id); ) window.clearInterval(intervalId); function openBox(){ var h = obj.offsetHeight; obj.style.height = ((this.state == "down") ? (h +5 ) : (h - 5)) + "px"; if(obj.offsetHeight>this.maxHeigth){ window.clearInterval(intervalId); IntervalId=window.setInterval(closeBox,this.stayTime) } if (obj.offsetHeight<this.minHeigth); clearInterval(intervalId); obj.style.display="none"; } } function closeBox(){ SlideAd(id,this.stayTime,"up",nMaxHth,nMinHth) } IntervalId = window.setInterval(openBox,2) ; } </script> </head> <body> <div id="slideAD" style="overflow: hide; height: 0"> <div align="center"><a href="#"><img name ="AD" src="" width="778" height="300" alt="광고 콘텐츠 downcodes.com" style="Background-color: #FF6600; border:0;" / div> </div> <script type="text/javascript"> SlideAd('slideAD',5) </script> <div style="Background-color:#0CF; border-top:2px #3399CC solid ; 글꼴 크기:12px; text-align:center; padding:3px;">슬라이딩 전체 화면 광고 downcodes.com</div> </body> </html>