Search code examples
cssbackgroundpositionfixed

How to fix CSS background position


I am building this site using fixed position for the background. The problem is all elements seem to scroll except for the background. Link for the site http://automarketca.com/divasangola/index.php

Any help is very appreciated.

Thank you.


Solution

  • Here's the css for the scrolling try changing that of image

    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    

    Change fixed to absolute