I need to this for my website. Background image should remain static but the webpage on it must scroll down in asp.net
<head runat="server"> <title></title>
<style type="text/css">
body { background-image: url('~/saibaba.jpg');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed; }
#form2 { font-weight: 700; }
</style>
</head>
this is my code still not working
body { background-attachment: fixed; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With