日本語
スライド特性を備えた全画面広告の特殊効果。一定時間が経過すると自動的にオフになります。
<!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" language="javascript"> var intervalId = null; function slideAd(id,nStayTime,sState,nMaxHth,nMinHth){ this.stayTime=nStayTime*1000 || this .maxHeigth=nMaxHth || 300; //最大広告の高さ this.state=sState || 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); } } function closeBox(){ slideAd(id,this.stayTime,"up",nMaxHth,nMinHth); ; } </script> </head> <body> <div id="slideAD" style="overflow: hidden; height: 0"> <div align="center"><a href="#"><img name ="AD" src="" width="778" height="300" alt="広告コンテンツ downcodes.com" style="background-color: #FF6600; border:0;" /></a>< / div> </div> <script type="text/javascript"> slideAd('slideAD',5); </script> <div style="background-color:#0CF; border-top:2px #3399CC ソリッド; font-size:12px; text-align:center;">スライド全画面広告 downcodes.com</div> </body> </html>