开发者

How to remove a 1-second appearance of scrollbars from a div

开发者 https://www.devze.com 2023-01-12 22:57 出处:网络
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.

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 cha开发者_运维问答nge anything.

any idea?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消