2013-10-26 29 views
5

Wie scrollbar transparent machen? Nur css. Nur für Webkit-Browser. Meine code hier.Transparente Bildlaufleiste

div{ 
    width:410px; 
    height:100px; 
    overflow-y:overlay; 
    border:1px solid green; 
    position:relative; 
} 

::-webkit-scrollbar{ 
    width:20px; 
} 

::-webkit-scrollbar-thumb{ 
    background-color:rgba(0,0,0,1); 
} 
+0

Betrachten wir ein 'mit .png' –

Antwort

3
div 
{ 
    width:410px; 
    height:100px; 
    overflow-y:overlay; 
    border:1px solid green; 
    position:relative; 
} 

::-webkit-scrollbar{ 
    width:20px; 
} 

::-webkit-scrollbar-thumb{ 
    background-color: rgba(255,255,255,1); 

} 
+0

ich nicht unsichtbar transparent Scrollbar brauchen! =) –

+0

plz mein Update sehen :) –

+1

Ich brauche transparent Spur und farbigen Daumen .... –