jquery-jscrollpane

Can I use borders and horizontal scrollbars with jScrollPane?

I am designing a web page with an HTML table in which each cell is treated like a "pane". I have a or tag within each cell that uses the overflow:auto setting to allow the user to scroll through the data when it becomes too large for the cell. This works well, but the scrollbars are ugly. I want something sleeker and "less visible" ...

I can't get jQuery's jScrollPane to work! :(

Oh, the frustration! I have literally had the most frustrating morning ever. I've spent 4 and a half hours trying to get this to work. The jQuery plugin in question is jScrollPane: http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html My webpage is http://furnace.howcode.com - please just ignore the test data there duri...

how do i make custom scrollbars with jScrollPane to be always visible

i have scrollbars using the jScrollPane plugin for jQuery. the scrollbar works, all content is with ajax, so for every 'page' load, i add the re-initialization of the scrollbars but when content is shorter than the page, the scrollbars are not visible. this results in 10px extra space for the content, and that is annoying with items usi...

showArrows not working on jScrollPane

This is the first time that I've used the jQuery plug-in called jScrollPane, and I've ran into an issue that I can't resolve. I have two divs to which I apply the jScrollPane(). The vertical scrollbar shows up on both divs just fine; however, when I try to add the arrows to the top and bottom of the scrollbar by setting the "showArrows"...

How to get jquery jScrollPane and jscrollHorizontalPane plugins working together?

I have a div where I must have both vertical and horizontal scrollbars stylized. I'm already using jScrollPane by Kelvin Luck. But I would like to integrate it with jscrollHorizontalPane, a mod based on the first. Has anyone able to make them work together? Any other suggestion will be very welcome. thanks. ...

Placing a jscollPane panel into a Tabber panel

I have both working correctly on my website but if I place a jscrollPane panel into my javascript tabber tab, the whole tab appear blank, nothing shows whatsoever blank. I'm not great at coding so can't for the life of me imagine why it will work outside of it... Any help would be greatly appreciated! ...

jscrollpane : scrollBy + hidden when not needed

Hi, I need the plus/minus to hide when they aren't needed. i've been trying so hard. can't find the way! here's my copy :: http://baazooka.com/_ext/acg/test_scroll/fr/index.html HELP! would be greatfully appreciated, baa. ...

Problem with ajax loaded content in jScrollPane in jQuery

HI, I have a problem with jQuery, jScrollPane and loading data with AJAX. When I have static data a div the scrollpane works fine, but as soon as I load data with AJAX in the div the scrollpane disappears. I know that I have to reinitialise the scrollpane after that, so I am doing this.. but probably wrong as it is not working. So, the...

JScrollPane vanishes when page is refreshed in Chrome

Hi Guys, I've implemented vertical JScrollPane in to a site i'm designing. it displays correctly in Firefox and IE but in Chrome it displays correctly on page load and when accessing other links that have the scroller on. However, if I simply refresh the page the scrollbar vanishes. Any help would be greatly appreciated! jScrollP...

jScrollPane and Drupal: Content overflow while scrolling (better solution?)

I'm currently trying to use customized scroll bars in Drupal. This with jScrollPane which is relying, like Drupal, on jQuery. The problem is the following. Usually the page looks like that: http://granjow.net/uploads/temp/drup-jscrollbar1.jpg Now, during scrolling, some boxes flow over: http://granjow.net/uploads/temp/drup-jscrollbar2...

jScrollPane theme with CSS

Hi everybody. I want to apologize now for my bad english, i hope you will understand what i want: I recently used the plugin jquery 'jScrollPane' on my website malossane.fr/sqf/. Everything is ok, but i appeared to not be able to make the only little change i wanted. In fact , it is very simple in the idea, but my css scripting level is...