Custom Scroller
I need to customize the Browser开发者_如何转开发 scrolls (Horz and vert) as per my requirements. and about the customization of div scrollers i know how to do that but i want to customize the main Browser scroller.
I need to minimize it in width so that it can take less width as compare to its default on Win 18pxls.
Shabir Gilkar
You can't customize the main browser scroll bars as they are Operating System and Browser dependent.
A solution that usually works is to wrap the whole content in an absolute positioned DIV with 100% height and width and customize the scrollbars of that DIV.
精彩评论