• 05-03-2021, 21:08:54
    #10
    rws adlı üyeden alıntı: mesajı görüntüle
    background-position:fixed ekleyin
    bu kodun çalışması lazım ama bunu image altına mı eklicez body altına mı ikisine de ekledim yanlış olabilir çalışmadı
  • 05-03-2021, 21:14:29
    #11
    https://www.w3schools.com/cssref/pr_...d-position.asp

    body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background:url("images/1.jpg");
    animation:image 5s infinite alternate;
    -webkit-animation:image 5s infinite alternate;
    -moz-animation:image 5s infinite alternate
    }


    body { 
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center; 
      background:url("images/1.jpg");
      animation:image 5s infinite alternate;
      -webkit-animation:image 5s infinite alternate;
      -moz-animation:image 5s infinite alternate
    }
  • 05-03-2021, 21:55:51
    #12
    rws adlı üyeden alıntı: mesajı görüntüle
    https://www.w3schools.com/cssref/pr_...d-position.asp

    body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background:url("images/1.jpg");
    animation:image 5s infinite alternate;
    -webkit-animation:image 5s infinite alternate;
    -moz-animation:image 5s infinite alternate
    }


    body {
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      background:url("images/1.jpg");
      animation:image 5s infinite alternate;
      -webkit-animation:image 5s infinite alternate;
      -moz-animation:image 5s infinite alternate
    }
    her imaj ın altına fix ve cover kodunu girerek çözdük hocam teşekkür ederiz.