|
|||
![]()
Hi irgend wie spuckt mir google nur scheisse aus...
ich will nicht die scrollbarfarbe vom ganzen browser ändern! ich will nur die DIV SCROLLBAR FARBE ändern. wie funktioniert denn das? <div style=" ???scrollbar-color und breite??? height:50%; width:50%; border:0px; overflow:scroll; overflow-x:clip; overflow-x:scroll; overflow-y:scroll;"> </div>
__________________
Hauptsache die Haare liegen! ![]() |
Sponsored Links |
|
||||
![]()
Das ist die 1.Seite in meinen Suchergebnis, was ist daran "Scheiße"? (oder wonach hast du gesucht?)
https://css-tricks.com/almanac/prope...rollbar-color/ |
Sponsored Links |
|
|||
![]()
TEST... da dtimmt was nicht...
HTML-Code:
<html> <head> <style> html { --scrollbarBG: #CFD8DC; --thumbBG: #90A4AE; } body::-webkit-scrollbar { width: 11px; } body { scrollbar-width: thin; scrollbar-color: var(--thumbBG) var(--scrollbarBG); } body::-webkit-scrollbar-track { background: var(--scrollbarBG); } body::-webkit-scrollbar-thumb { background-color: var(--thumbBG) ; border-radius: 6px; border: 3px solid var(--scrollbarBG); } body { margin: 0px; padding: 0px; } * { box-sizing: border-box; } </style> </head> <body> <div style="height:30px; border:5px solid red;"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem deleniti accusantium quasi ab ad officia cupiditate sed aliquam nobis expedita velit dolorum perspiciatis pariatur nam vero et magnam soluta tempora!</p> </div> </body> </html>
__________________
Hauptsache die Haare liegen! ![]() |
![]() |
Themen-Optionen | |
Ansicht | |
|
|
![]() |
||||
Thema | Autor | Forum | Antworten | Letzter Beitrag |
Fragen zu CSS und Joomla | DOKTOR | CSS | 2 | 23.05.2011 19:29 |
Brauche Hilfe: Schwarzes Nichts | Zwox | CSS | 10 | 19.11.2010 16:53 |
Header entfernen | tripple | CSS | 17 | 15.06.2010 15:41 |
Schriftfarbe in den Eintragungsfeldern von jforms | Steveislucky | CSS | 2 | 16.03.2010 10:59 |
CSS Text nebeinander? | carstiee09 | CSS | 13 | 13.11.2009 19:18 |