كيفية تغيير شكل السكرول بار في بلوجر الآن في مدونة علماء بلوجر
كود لتغير شكل السكرول بار بتقنية CSS3 :
مثال مباشر اضغط هنا
← الان نأتي كيفية التركيب :
1 - قم بالبحث عن
◄ ]]></b:skin> ►
2 - قم باضافة الكود التالي بعدها مباشرة
::-webkit-scrollbar-thumb:horizontal{
height:10px;
background-color:#333;
}
::-webkit-scrollbar-thumb:vertical{
width:8px;
background-color:#f35d5c;
box-shadow:1px 1px 4px rgba(0,0,0,0.16);
}
::-webkit-scrollbar{
width:8px;
height:15px;
background:#333;
box-shadow:inset 1px 1px 4px rgba(0,0,0,0.13);
}
height:10px;
background-color:#333;
}
::-webkit-scrollbar-thumb:vertical{
width:8px;
background-color:#f35d5c;
box-shadow:1px 1px 4px rgba(0,0,0,0.16);
}
::-webkit-scrollbar{
width:8px;
height:15px;
background:#333;
box-shadow:inset 1px 1px 4px rgba(0,0,0,0.13);
}