Google adsense 是否破坏了我的菜单?

发布于 2024-09-13 18:56:31 字数 219 浏览 10 评论 0原文

我注意到一个恼人的错误。

当您浏览我的网站时,[菜单(右上角)正常运行]

但只要您进入带有 Google AdSense 广告的页面,菜单就会完全展开并持续 1 到 5 秒(这意味着我们可以看到所有子菜单)。

如果您的连接速度较慢,您会比其他人注意到更多。

这是什么原因造成的?这是广告吗?

I've noticed a annoying bug.

When you navigate on my website, [the menu (on top right) acts normally].

But as soon as you go to a page with a Google AdSense ad, the menu appears completely exploded for 1 to 5 seconds (this means that we can see all the submenus).

If you have a slow connection, you'll notice even more than the others.

What's causing this? Is this the advertisement?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

韶华倾负 2024-09-20 18:56:31

那是因为你正在 JS id 中进行隐藏假设...尝试添加 style="display: none; 到隐藏元素,以便它们在使用 js 构建菜单之前隐藏。

Thats because youre doing the hiding in JS id assume... try adding style="display: none; to the hidden elements so they are hidden before the menu is built with js.

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