如何从 div 中删除 1 秒出现的滚动条

发布于 2024-09-15 14:55:42 字数 264 浏览 7 评论 0原文

网站是 www.onlinefilmbox.com

加载时,您可以看到有一秒钟出现水平和垂直条在中心的旋转木马上。

他们出现一秒钟然后就消失了。

但我想知道 - 我可以删除这个简短的外观吗?

我尝试了“溢出:隐藏”和“溢出-x:隐藏”+“溢出-y:隐藏” 两者都没有改变任何东西。

有什么想法吗?

site is www.onlinefilmbox.com

When it loads, you can see that for a second, horizontal and vertical bars appear on the carousel in the center.

They appear for a second and then gone.

But I wonder - can I remove this short appearance?

I tried "overflow: hidden" and "overflow-x: hidden" + "overflow-y: hidden"
and both don't change anything.

any idea?

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

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

发布评论

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

评论(1

梦里的微风 2024-09-22 14:55:42

正如上述评论者,我也没有看到问题,但我很确定问题是页面在您的计算机或互联网上加载速度较慢。我建议使用 javascript 或 php 在页面完全加载后显示页面。你也可以尝试这个:

scrolling = "none"

在 html 的框架中。

As the above commenters I don't see the problem either, but I'm pretty sure the problem is that the page loads slower with your computer or internet. I would suggest to use javascript or php to display the page after it's fully loaded. You could also try this:

scrolling = "none"

in the frame in html.

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