mardi 5 mai 2020

What should I do if the cache of the webpage causes the background images I set for different webpages to be cleared before they can be replaced?

Is not a static web page. And the html code is

<body></body>
<body id = "back1"></body>

the css code is

body {
    margin-left: 5em;
    background: url(img/background.png) repeat fixed;
}

#back1 {
    margin-left: 5em;
    background: url(img/back8.jpg) repeat fixed;
}



Aucun commentaire:

Enregistrer un commentaire