gpt4 book ai didi

adsense - CSS 中的背景颜色与 Google Adsense 冲突

转载 作者:行者123 更新时间:2023-12-04 16:15:41 24 4
gpt4 key购买 nike

我正在使用背景颜色来分隔/突出我在评论网站的书中的评论。书本文字正常,没有(白色)背景。我的评论使用以下 css:

#my-post-response{
margin: 5px 5px 10px 20px;
background-color:#FFFFCC;
border: 3px solid #888;
font-style: italic;
font-weight: bold;
padding: 10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
position: relative;
behavior: url(/border-radius.htc);
}

问题是评论位于随机区域,当 google adsense 相邻时,文本不会重叠,但背景颜色会重叠。请查看此截图: http://screencast.com/t/qRexO78j2

最佳答案

如果无法看到实际代码,这很困难。但它看起来像一个清算问题尝试添加
clear:both;clear: left;/clear:right;到元素,这应该让你朝着正确的方向前进。

至于背景颜色问题,请尝试对已清除的元素重新排序,使向右 float 的元素首先出现在代码中,并为两个元素设置 z-index,即 z-index:100;z-index: 200;

关于adsense - CSS 中的背景颜色与 Google Adsense 冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8888416/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com