views:

39

answers:

4

I would like to know if there is any scroll bar property in HTML to change the width of the default scroll bar in HTML.

The default size of the scroll bar is 13px. is it possible to increase the the pixel value.

Can anyone help...

+1  A: 

No you can't change the browser's scrollbar width with HTML or Javascript. You can change the width in windows display parameters.

Philippe
A: 

This is not HTML ... but it takes the plausible wrapper approach

Check this out>> Resize Scroll-Bar

Shankar Ramachandran
I don't think that's HTML...
SLC
The OP asks specifically for a way in HTML to change the default scrollbars width.
Philippe
+3  A: 

What you want to do is not possible - and if it was, it would be considered by an overwhelming majority of site visitors as "hijacking" their screen: change in scrollbar would make people feel that they had been trapped, and you'd very likely lose every visitor you got, never to return.

I would strongly suggest finding another, more user-friendly strategy. Basically, you need to adapt to the user's needs, not adapt their browser window to your design.

Richa
+1 @Richa for suggesting adapting the web page design to meet the user's need instead of trying to redesign the browser window.
Philippe
A: 

try this document about jscrollpane using jquery.. http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html

actually i didnt try this.. let me see how it work and post back if solution found....

have a nice day

please read the link...

Jaison Justus