我希望 Jquery 的东西通过 adsense 显示

发布于 2024-09-09 01:42:29 字数 270 浏览 4 评论 0原文

例如,请参阅我的网站页面: 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦开始←不甜 2024-09-16 01:42:29

您可以在 #panel 元素上设置 z-index ,这应该可以解决您的问题。

在您的样式表中,只需设置此属性即可,

#panel {
    z-index: 10;
}

我使用 Firebug 进行了尝试,并且成功了。

祝你好运 :)

You can set the z-index on the #panel element and that should fix your problem.

In your stylesheet, just set this property

#panel {
    z-index: 10;
}

I tried it using Firebug and it worked.

Good luck :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文