I am developing a website in which I have used the background-attachment:fixed property. It\'s working fine in Firefox, but the image is not fixed. In Chrome it
background-attachment:fixed
This fixed my problem:
.section{ position: static; }
(was position: relative)
position: relative