我希望 Jquery 的东西通过 adsense 显示
例如,请参阅我的网站页面: http://scansocial.com/22478982
在那里你可以看到 jquery 的东西最上面和之后的adsense。当我们点击 Jquery 上的 Share Tweet Shorturl 之一时,它会加载到 down 中,其中也显示了 adsense
如何使 adsense 在 Jquery 窗口中不可见?
For example see My site page : http://scansocial.com/22478982
there you can see a jquery thing at topmost and after that adsense. When we click one of Share Tweet Shorturl on Jquery it loads into down which shows adsense in that too
How to make adsense not visible over the Jquery window ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 #panel 元素上设置 z-index ,这应该可以解决您的问题。
在您的样式表中,只需设置此属性即可,
我使用 Firebug 进行了尝试,并且成功了。
祝你好运 :)
You can set the z-index on the #panel element and that should fix your problem.
In your stylesheet, just set this property
I tried it using Firebug and it worked.
Good luck :)