JavaScript の基礎があれば、フローティング広告を作成するのは比較的簡単です。コードをアップロードするだけです: コードをコピー コードは次のとおりです: ="http://www.w3.org/1999/xhtml"> 無題ドキュメント <br>*{ <br>margin:0; <br>padding :0 ; <br>} <br>#csdn <br>{ <br>幅:800px; <br>マージン:0 自動; <br>#ad <br>{ <br>位置:絶対; <br>右:0px; <br>トップ:30px; <br>#cl <br>{ <br>位置:絶対; ; <br>top:30px; <br>} <br><script type="text/javascript"> 30; <br>var closeInitTop=30; <br>function inix() <br>{ <br>advInitTop=document.getElementById("ad").style.pixelTop("cl ") .style.pixelTop; <br>} <br>function closeAd() <br>{ <br>document.getElementById("ad").style.display="none"; <br>document.getElementById(" cl" ).style.display="none"; <br>} <br>function move() <br>{ <br>//document.getElementById("ad").style.pixelTop=document.body.scrollTop advInitTop; <br>//document.getElementById("cl").style.pixelTop=document.body.scrollTop closeInitTop; <br>document.getElementById("ad").style.pixelTop=document.documentElement.scrollTop; <br>document.getElementById("cl").style.pixelTop=document.documentElement.scrollTop closeInitTop <br>//alert(document.getElementById("ad").style.pixelTop); =document .documentElement.scrollTop "/" document.getElementById("ad").style.pixelTop; <br>} <br></script> <br></head> ; <br><body> <br><div id="cl" onclick="closeAd()"> ;/ div> <br><div id="csdn"> <br><a href="http://www.csdn.net"><img src="images/xiaojie1.jpg" border= "0" /></a> <br><div id="ad"> <br><a href="http://www.taobao .com "><img src="images/advpic.gif" /></a> <br></div> <br></body> <br></html> <br> <br> <br><br>キーポイント<br>: <br>Document.documentElement は上記のコードで使用する必要があります。古い document.body は使用しないでください。そうしないと、w3c 標準に準拠しなくなります。フローティング効果は見られません。</div>