<script>document.addEventListener("DOMContentLoaded", function () {
var img_bg = 'https://cinema.press/images/blog-1.jpg'; // Ваше изображение
var url_bg = 'https://cinema.press'; // Ваша ссылка
var div_bg = document.createElement('div');
div_bg.setAttribute('onclick', 'window.location="' + url_bg + '"');
div_bg.setAttribute('style', '' +
'position:fixed;top:0;left:0;width:100%;height:100%;cursor:pointer;' +
'background:url("' + img_bg + '") top/cover no-repeat #000;');
document.body.insertBefore(div_bg, document.body.firstChild);
});</script>
z-index: -1
или z-index: 0
или z-index: 1
или z-index: 10000
z-index
, настраиваете высоту отображения фона и всех функциональных дочерних элементов на странице.padding
`ом или margin
`ом, то переписать стиль.