0

I am new to HTML/CSS world. I need to change scroll bar color of the table. I understand how to make scrollbar appear, but I don't know how to change scrollbar color. I need for this to work in IE11. ( I can't use JavaScript or anything else...just plain html/css)

Thanks for the help.

1 Answers1

0

try these CSS properties:

scrollbar-face-color
scrollbar-shadow-color
scrollbar-highlight-color
scrollbar-3dlight-color
scrollbar-darkshadow-color
scrollbar-track-color
scrollbar-arrow-color
Amin
  • 294
  • 2
  • 4