Notification texts go here Contact Us Buy Now!

Blogger CSS Scrollbar Eklentisi

Blogger CSS Scrollbar Eklentisi
Blog Yazarı
Blogger sayfalarınız için Scrollbar eklentisi nasıl yapılır onu anlatmaya çalışacağız.

Öncelikle Blogger sayfamızın Tema bölümüne tıklıyoruz.

Daha sonra HTML düzenle diyoruz.

HTML editör sayfamızda Ctrl+F yardımıyla ]]></b:skin> kodunu aratıyoruz son olarak bulduğumuz kodun üzerine gelecek şekilde aşağıda ki CSS kodlarını ekliyoruz.

::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
background-color: #F90;  background-image: -webkit-linear-gradient(45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent)
}

Şimdi diğer farklı renkte Scrollbar eklentisinde sıra ,

::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
background-color: #F5F5F5;
border-radius: 10px;
}
::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
border-radius: 10px;
background-color: #FFF;
background-image: -webkit-gradient(linear,
40% 0%,
75% 84%,
from(#4D9C41),
to(#19911D),
color-stop(.6,#54DE5D))
}

Daha fazla yardım için, bu yazıya cevap yazarak sorabilirsiniz. Bu gönderiyi arkadaşlarınızla paylaşmaktan çekinmeyin.

Yorum Gönder

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.