I am using a custom scroll which works fine in chrome...but it does not work in Firefox or IE9.
This is the CSS:
::-webkit-scrollbar {
width: 7px
While Firefox doesn't currently have a way to change scrollbars (see bug 77790 for a somewhat related issue), Internet Explorer has had limited functionality since version 5.5 (only supports colors). For more information, read more about it at MSDN's User Interface page.
Note: The syntax has not always been the same for changing scrollbar colors in IE, so if you're looking to support older versions (I believe 7 and under), you will have to use the old syntax as well.