JScrollPane: Remove scrollbar gutter?

The jspVerticalBar is already absolutely positioned. Set its right property to what you want, and also set.

The . JspVerticalBar is already absolutely positioned. Set its right property to what you want, and also set .

JspHorizontalBar, . JspVerticalBar, . JspTrack { background: none repeat scroll 0 0 transparent; } so that the background of the gutter (track as is it called in jscrollpane) is transparent.. Demo at jsfiddle.net/gaby/DsDQP/ Update After the comments (including a jsfiddle) here is my workaround.. Set the verticalGutter setting to 0 and recalculate the width of the jspPane to include the jspTrack width.. $('.

Scroll-pane'). JScrollPane({verticalGutter:0}); $('. JspPane').

Css({width:'+=' + $('. JspTrack').width()}); demo at jsfiddle.net/gaby/DsDQP/8/ The recalculation needs to be called after each reinitialization.. This is needed because the width of the jspPane (the content) is being added through javascript by calculating the container width and removing the verticalGutter and the . JspTrack width.

You can alternatively redefine the width with CSS and use the! Important directive to override the width added through javascript as @Evgeny mentions in the comments.

1 I don't think he need to make it TRANSPARENT.. even if its transparent, the content will be pushed sidewards.. He want to remove the track and remove that space... – blasteralfred Jun 20 at 11:34 @blasteralfred: Look at the demo. It does exactly what the OP asked for. – Tomalak Geret'kal Jun 20 at 11:44 Actually, it doesn't do what I'm saying.

See my update: jsfiddle. Net/DsDQP/3 There's still a gutter on the right. – Shpigford Jun 20 at 11:49 2 This way there's no gutter on the right: jsfiddle.Net/ndpyG/3 – Evgeny Shadchnev Jun 20 at 11:58 @Shpigford, updated answer.. – Gaby aka G.

Petrioli Jun 20 at 12:07.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions