【发布时间】:2012-10-16 21:34:38
【问题描述】:
【问题讨论】:
【问题讨论】:
您的图片已完全加载。 你的问题是你的 CSS 样式。 所有这些部分可见图像的高度是因为您的 200x200 div 中有一个 div,这会产生问题。 你必须自己检查css,我只是给你找的地方:)
我对wordpress并不熟悉,但我只是复制了你的一小部分html
<aside id="leftSidebar">
<!--img src="wp-content/themes/base/images/left.png"/-->
<div id="adsense" style="height:200px;">
<div id="adsense-loader" style="display:block;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9833138679608221";
google_ad_slot = "5796741996";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com /pagead/show_ads.js"></script>
<ins style="display:inline-table;border:none;height:200px;margin:0;padding:0;position:relative;visibility:visible;width:200px">X<ins data-web-developer-element-ancestors-outline="true" id="aswift_2_anchor" style="display: block; border: medium none; height: 200px; margin: 0px; padding: 0px; position: relative; visibility: visible; width: 200px; outline: 1px solid rgb(185, 74, 72);"><iframe allowtransparency="true" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&&s.handlers,h=H&&H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&&d&&(!d.body||!d.body.firstChild)){if(h.call){i+='.call';setTimeout(h,0)}else if(h.match){i+='.nav';w.location.replace(h)}s.log&&s.log.push(i)}" vspace="0" id="aswift_2" name="aswift_2" style="left: 0px; position: absolute; top: 0px;" frameborder="0" height="200" scrolling="no" width="200"></iframe></ins></ins>
</div>
当我将其用作源代码时,我得到 2 个正方形,彼此相邻, 虽然省略了长规则,从 ins...等开始...广告只是显示得很好。
我认为您的问题是或者您使用的 wp-addon 或者您以错误的方式编辑了您的模板,或者您的 wp-template 对此有错误。
【讨论】:
看起来有人窃取了您的谷歌广告。将谷歌广告与他们的广告重叠:
这一行:
<ins style="display:inline-table;border:none;height:200px;margin:0;padding:0;position:relative;visibility:visible;width:200px">X<ins data-web-developer-element-ancestors-outline="true" id="aswift_2_anchor" style="display: block; border: medium none; height: 200px; margin: 0px; padding: 0px; position: relative; visibility: visible; width: 200px; outline: 1px solid rgb(185, 74, 72);"><iframe allowtransparency="true" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&&s.handlers,h=H&&H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&&d&&(!d.body||!d.body.firstChild)){if(h.call){i+='.call';setTimeout(h,0)}else if(h.match){i+='.nav';w.location.replace(h)}s.log&&s.log.push(i)}" vspace="0" id="aswift_2" name="aswift_2" style="left: 0px; position: absolute; top: 0px;" frameborder="0" height="200" scrolling="no" width="200"></iframe></ins></ins>
【讨论】: