I have a div as <div id="content"> with some <p> tags within it. I am setting the style for div as follows:
#content{
height:200px;
overflow-y:scroll;
}
Is there a way I can customize the scrollbar. I mean I want to change the scrollbar color as well as its background.