Selamun Aleyküm, smf temasında edit yapmayı öğrenmeye çalışıyorum, hareketli banner kodlarını buldum ve index.css içine attığımda şöyle bir problemle karşılaştım.
Örnek site: https://www.z-roleplay.com
(https://cdn.discordapp.com/attachments/476325602262122496/707737189441601556/12.png)
Kullandığım kodlar hepsi index.css içinde.
<div id="subheader" data-type="background" data-speed="3">
<div class="mover"></div>
</div>
#subheader {
height: 160px;
display: block;
width: 100%;
margin: 0 auto 0px auto;
position: relative;
overflow: hidden;
transform: translate3d(0, 0, 0);
}
#subheader > div {
width: 6340px;
background: url('https://www.upload.ee/image/11645019/banner.png');
background-position: -20px;
top: 0;
left: 0;
height: 100%;
transform: translate3d(0, 0, 0);
}
#subheader .mover {
animation: moveSlideshow 80s linear infinite;
}
@keyframes moveSlideshow {
100% {
transform: translateX(-66.6666%);
}
}
#subheader-inner {
height: 160px;
margin: 0 auto;
display: table-cell;
vertical-align: middle;
}
#subheader .site-name {
color: #ffffff;
font-size: 3.077em;
margin: 0 auto;
text-align: center;
display: none;
}
#subheader p.site-description {
font-size: 1.538em;
margin: 0 auto;
text-align: center;
float: none;
height: auto;
}
Şimdiden teşekkür ederim.
Sorunun ne olduğunu anlayamadım yardımcı olursanız sevinirim
.
.css kodları içerisinde yer alan arkaplan bağlantısı hatalı ve index.template.php eklenmesi gereken kodları da .css dosyasına eklemişsiniz.
DC üzerinden iletişime geçin çözelim sorununuzu;
Veoper#4219
Verilen siteye girdiğimizde,haraketli banner oturmuş olarak gözüküyor sorun nerede?