Closed GoogleCodeExporter closed 9 years ago
The problem is because you have the jScrollPaneContainer in your markup. View
source on the example pages and you will see that there is no
jScrollPaneContainer in there - it is added by javascript automatically.
Also, there is a new version of jScrollPane which you should check out. I need
to fix a couple of small bugs with it and then it is going to replace the
existing version:
http://jscrollpane.kelvinluck.com/
Original comment by kelvin.l...@gmail.com
on 17 Sep 2010 at 4:38
so you're saying lose the scrollpanecontainer in both HTML and CSS and your
script will add the functionality to the containing parent div I am providing
and your script will automatically generate the scrollpanecontainer according
to my parent div and CSS?
I do need to declare the childs don't I (dragtop, dragbottom etc.).
For as far as you could see there was nothing wrong with my function call in
the source code, was there?
So I need to call the function on the div's I want to have scroll
functionality, style them with my own CSS, use the element names as provided by
your script and it should work fine.
And should I worry about absolute and relative positioning of the parent div?
I'm not a javascript wizz but willing to learn!!
Thx, Rene
Original comment by ramelin...@gmail.com
on 18 Sep 2010 at 12:05
Loose it in the HTML. And don't declare the children either. Just view the
source of one of my example pages and you will see (use the actual view source
function and not firebug as firebug shows the generated code, not the original
code).
I would recommend using the new version of jScrollPane from the link I gave
above as well - it is more flexible and robust.
Original comment by kelvin.l...@gmail.com
on 18 Sep 2010 at 1:11
Original issue reported on code.google.com by
ramelin...@gmail.com
on 17 Sep 2010 at 11:55Attachments: