I'm new to jQuery, but I'm pretty sure that what I want to achieve is possible in some way.
I have a page with a navigation bar installed at the bottom. There is a button on the navbar that should switch an additional panel, which I would like to move from the bottom. Here is what I still have: http://jsfiddle.net/E4yGh/
As you can see, the panel slides over the rest of the page, which remains in place. Instead, I want the rest of the page to scroll up to open the panel. The page should scroll exactly according to the height of the panel div, so that the bottom of the panel is fixed at the bottom of the page - ideally without specifying the height of the panel so that it automatically adjusts.
How can i do this?
source
share