Is this possible? you can se my problem here: http://granjalaaurora.com/test/test-jscrollpane.html
I have this structure:
<div id="content">
<div id="about" class="scroll-pane">
<div id="fixed">Non scrollable text goes here.</div>
<p>Scrollable text goes here</p>
</div>
The "about div" has class="scroll-pane", and I can't remove that class from there because the jquery breaks. And I say well, now what if I want part of the about div "non scrollable" Everything within the about div will scroll, unless I put a div with fixed position inside it, but it has to be fixed in relation to the content div, or it wont "go down" when I change the section.
And that's my problem, other thing the div with non scrollable content can't be outside the about div because i't will not respond to the fade in and hide commands.
Any ideas?
Thanks in advance