我的网站需要这个。背景图像应保持静态,但其上的网页必须在 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>
这是我的代码仍然无法正常工作