In host IIS server of my asp.net web application , I had some problem. Background images are not displayed. How can i fix it, I'm trying to fix this but I'm unable to do it correctly. This is the code I have tried with.
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; " />