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...
I'm currently having an issue with jScrollPane and a Date of Birth menu. The drop down menu within IE seems to have trouble selecting a date, month and year.
This can be seen here: http://sugarhut.janddmedia.com/gallery.php
If you scroll down to the d.o.b and attempt to select a different date from the default nothing happens. When I ...
I am using a div with class scroll-pane (height 100%) within an absolute positioned div. The scroll-pane div contains some text first, followed by an image and followed by some text again. The image height is set to 200px.
Problem is! If I view the scrollpane in Chrome (latest Version) I sometimes can scroll the complete content and some...
I have an art gallery full of thumbnails. I wanted to add a customized horizontal scrollbar so that users could scroll through a single row of thumbnails. There are different amounts of thumbnails in each gallery. I tried using CSS property "width:-moz-max-content;" however this only works in Firefox and not IE6,7,8, Chrome or Safari.
H...
Hi. I've used jScrollPane before but I'm having some trouble getting it right this time.
I am using it in two pages of the site, and on both the drag block (orange box, in my case) never reaches the bottom of the scroll track. I've tried a number of things playing with margins and padding but can't seem to get it to respond.
I'll kee...
Hi Folks,
I just included jQuery jScrollPane plugin in to my page and it seems to be working fine except one small issue. I want to decrease the size(height) of scrollBar tab (where we click to drag the scroll bar up and down). I have attached the current snapshot of it as you can see how long it is. On the example site, it...
Hey,
I have a containing panel JPanel with a Flow Layout, the containing panel is in a JScrollPane, the containing panel holds a bunch of other JPanels, inner panels, in it. All the inner panels have the same dimensions. If there are more panels then the containing panel can hold in its width then they are gridded downwards, and if ther...
I have put jscrollpane into a 3 column layout where the center column
resizes. It works great in firefox.
In internet explore the center column drops down when the column is in
between maxwidth and minwidth unless i run it in ie7 mode. At maxwidth or minwidth the column is fine.
This happens in internet explore 8.0.6001.18702
In safari...
I have some JScrollPanes on my hex editor and they're not showing up.
Any idea why?
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
import java.util.Vector;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
public class HexEditor extends J...
Hi
I downloaded the last version of jScrollPanel (2.0 beta 5) but when opened jquery.jscrollpane.css I can't find any rules to apply images for top and down arrow, instead I found only this rule .jspArrow. I try to add an background image and it worked but the image shows on the top and down, how I can specify image for each side and al...
Hi,
when using the jScrollPane scrollbar and scrolling to the bottom there is always a small area left (1 or 2 pixel?). Not to bad, but is there a way to fix it (jspTrack height?).
http://leitbilder.net/hk4/images/Screen-2010-10-13-um-10.52.19.jpg
thanx
...
Hello,
I have a resizable div which is using custom scrollbars of jScrollPane.
I want to have vertical scrollbar above the resize handle, is it possible to do so?
I tried changing verticalTrackHeight to be always 40 less and bar size reduces too, but when we scroll the scroller goes to the bottom.
Here is my code http://www.jsfiddle....
I tried doing it like in the vertical example but could not get that to work.
So what I have is a div with a horizontal scrollbar in it with a lot of pictures in it.
I now want to make a button that if clicked will scroll +200px or something like that.
Is this possible and where do I start? Couldn't find anything on google or here...
...
hi
i got set up a jScrollPane horyzontal scrollbar but right now the scrollbar is horyzontal but on top(this means the scrollable content is below the scrollbar), i need the contrary: scrollbar below, scrollable content on top, how can i make this?
regards
...
I have a JPanel that holds a JScrollPane that holds a JPanel as such:
masterPanel.add(buttonPanel, BorderLayout.NORTH);
inner.setLayout(new BorderLayout());
inner.add(infoPanel, BorderLayout.NORTH);
inner.add(writingPanel, BorderLayout.CENTER);
beholder = new JScrollPane(inner);
masterPanel.add(beholder, BorderLayout.CENTER);
I want ...
Hi all,
here's a runnable piece of code that shows what my "problem" is.
I've got a JTextArea wrapped in a JScrollPane. When I change the text of the JTextArea, the JScrollPane scrolls automatically to the end of the text and I don't want that.
Here are my requirements:
the application should not scroll vertically automatically but...
I need to show two different images for the arrow up and arrow down in a jscrollpane. In CSS I can set only one background for the arrows. How can I show two different images?
...
I am using contentslider.js from DynamicDrive (http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm) for my navigation. Within the DIVs managed by the contentslider I want to have a lightbox-like gallery.
You can view the site at http://dl.dropbox.com/u/198960/portfolio/index.html. Go to the Photography option to see th...
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...