how to make fancy scroll? something like this image.
+1
A:
Here is the code for showing fancy scroll bar in body. You can get this in any of your control -
<HTML>
<HEAD>
<STYLE TYPE="text/css">
HTML, BODY{
scrollbar-face-color:#00BDE6;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
}
</STYLE>
<TITLE></TITLE>
</HEAD>
Sachin Shanbhag
2010-08-03 16:49:44
FYI - This only works in IE afaik...
Paul
2010-08-03 17:25:26
IS there any fix for FF and Chrome
Bharanikumar
2010-08-04 05:47:01
@Bharanikumar - Not sure how to handle this for other browsers, but there are quite a lot of tools for getting fancy scrollbars. Guess you need to try them probably. Check this link might help -http://andylangton.co.uk/articles/css/javascript-css-scrollbars/
Sachin Shanbhag
2010-08-04 08:34:47