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.
There is no valid cross-browser code, which is capable of coloring the scrollbars. You should respect the UI configuration of the users who are visiting your page.
Maybe you want to have jQuery scrollbars, which are fully customizable: http://www.net-kit.com/jquery-custom-scrollbar-plugins/