在我的asp.net Web应用程序的主机IIS服务器中,我遇到了一些问题。不显示背景图像。我该如何修复它,我正在尝试解决这个问题,但我无法正确解决这个问题。这是我尝试过的代码。
body {width: 100%;
height: 100%;
position: absolute;
font-family: Raleway;
background: url('../../Img/TrellaborgAB.jpg') no-repeat fixed;
background-size: cover;overflow-y:hidden;
}
<img src="../../img/powerdby.png" style=" margin-top:5px; float:right;margin-right:-7px; " />