I added a scroll bar to one of my web pages using this code:
<div style="overflow:auto; height:65px;width:587px;">
I want to customize the scroll bar by changing its color. The color now is blue, I want to make it a dark grey. How would I do this by just using HTML, not CSS??
<div style="overflow:auto; height:65px;width:587px;">
I want to customize the scroll bar by changing its color. The color now is blue, I want to make it a dark grey. How would I do this by just using HTML, not CSS??