Farve på scrollbar i <div>
Hej!Jeg har en <div> med fast højre og "overflow: scroll;". Kan jeg ændre scrollbarens farver, når det er i en <div>?
Jeg har prøvet at indsætte
scrollbar-base-color: orange;
scrollbar-face-color: orange;
scrollbar-shadow-color: orange;
scrollbar-darkshadow-color: orange;
scrollbar-highlight-color: orange;
scrollbar-arrow-color: white;
scrollbar-3dlight-color: orange;
i <div>ens css-id, men det ser ikke ud til at virke.. i mozilla thunderbird ihvertfald.
