Intermittent background loading error in Chrome

Here is the story:

When I load the next page in chrome (tested on 2 computers), it seems like about 1 out of 5 updates the results with display errors.

Often the background image only loads halfway down the screen and the bottom half only displays white (which is weird b / c, I have the background set to black below the image.)

There is at least one other incorrect display method, which is a less exaggerated version of another problem.

Since this happens sometimes and only on chrome (as far as I can tell), and only on one page of the site, I ignored this problem for more pressing problems; but I am developing in chrome, so I constantly remind about this.

I have absolutely no idea why this would happen and even less important how to fix it. Any insight that might be very helpful.

Page

+3
source share
2 answers

Try loading your page in Safari. If you see the same problem, then you missed the bracket or half-column in your css. Webkit browsers seem to handle css errors. Once I had the same problem. My css file was over 2800 lines long. It took some time to find the error. Best.

0
source

See the following link:

Problem with background color and Google Chrome

This fixed the problem for me ...

0
source

Source: https://habr.com/ru/post/1761563/


All Articles