Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8669

【CSS】要素のbackgroundに背景の画像を固定したい

$
0
0

 background-attachmentを使いましょ

特定の要素にbackground-imageを固定したい場合は、background-attachmentを使うとよき。画面のスクロールバーに追従して背景の画像をスクロールさせるかどうか

.hoge{background-attachment:scroll;/*要素に固定される。背景はスクロールされない*/background-attachment:fixed;/*ビューポートに固定される。背景はスクロールと共に追従*/background-attachment:local;/*コンテンツに固定される。コンテンツと共にスクロールされる*/}

Viewing all articles
Browse latest Browse all 8669

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>