如何从 div 中删除 1 秒出现的滚动条
加载时,您可以看到有一秒钟出现水平和垂直条在中心的旋转木马上。
他们出现一秒钟然后就消失了。
但我想知道 - 我可以删除这个简短的外观吗?
我尝试了“溢出:隐藏”和“溢出-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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如上述评论者,我也没有看到问题,但我很确定问题是页面在您的计算机或互联网上加载速度较慢。我建议使用 javascript 或 php 在页面完全加载后显示页面。你也可以尝试这个:
在 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:
in the frame in html.