Is possible to change scrollbars\' style for all browsers? If it is, how?
It is possible in Internet Explorer using a number of non-standard scrollbar-*
CSS properties. See this page for a handy generator tool.
Other than that, it is possible only using custom JavaScript-powered scrollbar solutions. The jScrollPane jQuery plugin looks very nice and easy to install. Here is an example page.