Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jQuery Mobile、HTML、および CSS を使用してモバイル デバイス用の Web サイトを作成しており、背景画像を設定しました。残りのコンテンツをスクロールしている間、画像を同じままにしたい。
これをcssに追加します
.yourClass{background-attachment:fixed;}