+ 3
how can I make the background scroll?
similar to text overflow but with a background larger than its container
5 Antworten
+ 7
background-attachment: fixed; and you might want to use background-repeat: no-repeat; as well.
+ 1
background-scroll: scroll;
apply this to your css
0
overflow:scroll; in ur css external file
0
background-scroll:scroll;
0
[CSS] background scroll does not work in SoloLearn Code Playground