Hi,
I have an install with 3 parts. 1 - header, 2 - main content and 3 - footer. I had once script, that checks if content of 1 and 2 part is greater than 0,8 of all window height. If it is not, the footer (3) was stuck at the bottom with fixed and bottom 0. Now, to the question...
I have click starter function, then load part of content via AJAX, and finally retrieve content in 2 part. How could I get to CSS (or something) to format my footer during the loading. That is important - where content is loading, there is a Please wait panel. And in the same time I wish to have sticky footer.
Any solutions on that?