サードパーティの Flash バナーが表示されると、コードが重なっています:
テスト URL は次のとおりです: http://test.otwierac.pl/ (ページを何度も更新すると表示されます)
コードは次のとおりです。
<div style="width:100%">
<div id="banner">
<script>
<!--
var d = new Date();
r = escape(d.getTime()*Math.random());
document.writeln('<script src="http://tracking.novem.pl/rotator/CD31115/59&js=1&r='+r+'&keyword="><\/script>');
//-->
</script><div id='beacon_1' style='position: absolute; left: 0px; top: 0px; visibility: hidden;'><img src='http://test.otwierac.pl/reklamy/www/delivery/lg.php?bannerid=1&campaignid=1&zoneid=0&loc=http%3A%2F%2Fwww.test.otwierac.pl%2F&referer=http%3A%2F%2Ftest.otwierac.pl%2F&cb=6d0002d6e4' width='0' height='0' alt='' style='width: 0px; height: 0px;' /></div>
</div>
</div>
CSS コード:
#banner
{
margin-top:10px;
width:950px;
margin:0 auto;
text-align:center;
}
これを修正するには?バナーは中央に配置し、テキストと重ならないようにする必要があります。