谷歌Adsense透明背景
如何让 Google Adsense 屏蔽透明?
它使用 iframe,并且驻留在其他域中,因此 jQuery 无法执行任何操作。我尝试用 css 来定位它,但这也是不可能的。有什么想法吗?
我并不是想玩弄 AdSense 系统,只是我有一个背景图片,并且填充了固体,广告看起来很恶心。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为其他人已经正确回答了你不能真正做到这一点。但这里真正的根本问题是什么?您正在努力避免广告在背景图片上看起来很糟糕。
好吧,为什么不添加某种严格在您的页面上的效果,但使广告看起来更好。我认为最简单的方法是使用盒子阴影: http: //css-tricks.com/snippets/css/css-box-shadow/
以下是此类效果的一些示例:
http://jsfiddle.net/7wPrS/3/
http:// jsfiddle.net/7wPrS/4/
I think some other people have answered correctly that you can't really do this. But what really is the root problem here? You are trying to avoid the ad looking bad on a background image.
Well, why not add some sort of effect that is strictly on your page but makes the ad simply look better. I'm thinking the easiest way to do this is with a box shadow: http://css-tricks.com/snippets/css/css-box-shadow/
Here are some examples of what such an effect might look like:
http://jsfiddle.net/7wPrS/3/
http://jsfiddle.net/7wPrS/4/
这是多年来提出的一个著名问题。答案是“你不能”
(至少对于普通帐户)
为什么?因为如果可以的话,那么很容易便宜并欺骗人们点击
This is a famous question asked in years. The answer is " YOU CANNOT "
(at least for normal account)
Why? Because if can, then so easy to cheap and trick people to click
虽然您可能并没有尝试玩弄系统,但许多其他人却这样做了。因此,Google 使用 iframe 严格限制您可以修改的内容 - 他们不可能根据具体情况执行此操作,因此坦率地说,Google 应该不允许允许这样做。您不能设置透明背景,只能设置您选择的纯色。
While you may not be attempting to game the system, many, many others have. As a result, Google uses an iframe to strictly limit what you can modify - they can't possibly do this on a case-by-case basis, so quite frankly Google should not allow this. You cannot set a transparent background, only a solid color of your choosing.