how to make fancy scroll
how to make fancy scroll? something like this image.
开发者_Go百科alt text http://img237.imageshack.us/img237/5896/fancyscroll.gif
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>
精彩评论