Alıntı yapılan: gecitli - 05 Ekm 2018, 11:17Tek bir <div> icine 7 tana background: url kulanamasiniz css hatasi verir.Kod Seçbody
{
background: #A1A399 url('../images/page.png') fixed;
background: url('images/pageglare.png') no-repeat, linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;
background: url('../images/pageglare.png') no-repeat, -webkit-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -webkit-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;
background: url('../images/pageglare.png') no-repeat, -moz-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -moz-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;
background: url('../images/pageglare.png') no-repeat, -o-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -o-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;
background: url('../images/pageglare.png') no-repeat, -ms-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -ms-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;
background: url('../images/pageglare.png') no-repeat, linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;
-svg-background: url('../images/pageglare.png') no-repeat, linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;
background-size: auto, 100% 287px, auto, 100% 287px, auto !important;
background-attachment: fixed, fixed, fixed, fixed, scroll !important;
margin:0 auto;
font-size: 14px;
font-family: Cuprum, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
line-height: 150%;
position: relative;
/* width: 100%; */
min-height: 100%;
left: 0;
top: 25px;
padding-bottom: 20px;
cursor:default;
}
Ne yapmam gerekiyor tam olarka?