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.
精彩评论