I am using a lander template that I bought and there is this line of code.
However, the image doesn't show on the web page, the image is correctly named bg_close.jpg and is in the images folder.
It would be amazing if someone could advise me on this,
thanks.
Code:
<div id="close_div" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(images/bg_close.jpg); background-size: cover; z-index: 9999; display: none;></div>
However, the image doesn't show on the web page, the image is correctly named bg_close.jpg and is in the images folder.
It would be amazing if someone could advise me on this,
thanks.