In a page with vertically stacked sections, one of these sections contains a jquery accordion.
The first accordion UL (green in picture) is $(window).height()-ConstantPixels
, so that the accordion takes 100% of the available height. (red box represents browser window).
Which means that sometimes a part of it will ne hidden.
So what i'm trying to accomplish is to start increasing the green UL's height when scrolling down, until all green content is visible. Any suggestions? thank you