I have a news view (Views 3) that I want to scroll inside a div using JScrollPane.
You can see it at http://lichterphotodev.com/ in the "NEWS & EVENTS" block.
There are three of five nodes showing. The View itself works correctly and the query result is all 5, but only three show up and are allowed to scroll.
I have tried a lot of CSS variations and can't get the scrollbar to recognize that there are five records to scroll through and not 3. The View is set correctly to view ALL 5. In other words, I have 100% confidence that the View is working correctly.
Can anyone shed light on why JScrollView won't allow all 5 to show.
I can get all 5 to show only if I use Firebug to increase the size of class "jScrollPaneContainer", but even there the scroll bar does not move to the bottom of the div.
Any help would be appreciate, including a recommendation to use a different Javascript script.
-Norm