私のウェブサイトにはこれが必要です。背景画像は静的なままにする必要がありますが、その上の Web ページは 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>
これは私のコードがまだ機能していません