Valideret farver på scrollbar?
Hvordan sætter man farver på en scrollbar?body { scrollbar-face-color: grey;
scrollbar-shadow-color: #433AC0;
scrollbar-darkshadow-color: grey;
scrollbar-highlight-color: grey;
scrollbar-arrow-color: #433AC0;
scrollbar-3dlight-color: #433AC0;
scrollbar-track-color: grey;
}
hvis man bruger ovenstående skriver W3C validator'en følgende:
Line: 1 Context : body
Property scrollbar-face-color doesn't exist : grey
Line: 2 Context : body
Property scrollbar-shadow-color doesn't exist : #433ac0
Line: 3 Context : body
Property scrollbar-darkshadow-color doesn't exist : grey
Line: 4 Context : body
Property scrollbar-highlight-color doesn't exist : grey
Line: 5 Context : body
Property scrollbar-arrow-color doesn't exist : #433ac0
Line: 6 Context : body
Property scrollbar-3dlight-color doesn't exist : #433ac0
Line: 7 Context : body
Property scrollbar-track-color doesn't exist : grey
Det skulle gerne virke i de fleste browsere og samtidig følge standarden.
