Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make background image NOT scroll with the rest of the page.

body {
  background-image: url("img_tree.png");
  background-attachment: fixed;
}
 
PREVIOUS NEXT
Tagged: #background #image #NOT #scroll #rest
ADD COMMENT
Topic
Name
6+6 =