我正在建设一个网站,使用的主题,我买了之前,我知道开发商已经失踪了几个月。主题有一个区域,你可以做广告。当我添加代码时,似乎存在一个重叠的问题。这是一张图片http://i.imgur.com/E2lDzyT.png 1,我想我对代码还行,因为我可以通过查看页面源代码来显示9/10次。但我已经想了一段时间了。如果有人能修好它,我将永远欠你的债。所以基本上是为我修理它,我将把我的第一个孩子给你!-Zack
下面是铬中的pagesource代码的样子。这里是广告横幅底部的区域。
</div>
<div class="ad728"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Bottom Banner -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-1255317832671"
data-ad-slot="586143129"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
</section>
<section class="container main border-radius">
<div class="padding-both">
<div class="twelve columns">
<div>
<div class="description">
<div class="title-special border-radius" style="margin-bottom: 10px;">
<div class="padding-10">
Game description </div>
</div>
<div class="padding-10">发布于 2014-01-08 07:23:18
使用css:
.ad728{
clear:both;
}



发布于 2014-01-08 07:12:59
你有开发链接吗?
只需检查代码并给出答案
https://stackoverflow.com/questions/20988798
复制相似问题