Home > Web Front-end > HTML Tutorial > I wonder if anyone has encountered this problem. Set the width of a layer to 100% and set a background image. Browse in the browser, shrink the window until the scroll bar appears, and then drag the scroll bar to the right, and the area on the right becomes It is blank, how to solve it? _html/css_WEB-ITnose

I wonder if anyone has encountered this problem. Set the width of a layer to 100% and set a background image. Browse in the browser, shrink the window until the scroll bar appears, and then drag the scroll bar to the right, and the area on the right becomes It is blank, how to solve it? _html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:22:51
Original
1237 people have browsed it

I wonder if anyone has encountered this problem. Set the width of a layer to 100% and set a background image. Browse in the browser, shrink the window until the scroll bar appears, and then drag the scroll bar to the right, right The area becomes blank, and if I drag the window to a larger size, it fills up the window again. What's going on? How to solve it?


Reply to the discussion (solution)

I have encountered this, you have to monitor the changes in the browser window
Use this method

window.onresize
Copy after login

Can it be monitored when dragging the scroll bar?

onscroll, there is this event.

Is the window not refreshed in time?

I have a situation similar to yours. The HTML tag has a background color. Then the background image in the BODY also has the same phenomenon. Change the background in the HTML tag. Just remove the color and it will be fine

Let’s take a look first

I have encountered this problem before and it was really easy to solve it!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template