Ex1t Posted August 3, 2015 Share Posted August 3, 2015 When php loads new data all passes over the footer, this is my code for footer footer { position:absolute; bottom:0; width:100%; } If u dont know what I mean, I can make some SS Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted August 3, 2015 Share Posted August 3, 2015 (edited) set a height? Need to post the css and some example of the html are using, maybe a picture or explain what your goal is. You may need to use a page wrap container. Edited August 3, 2015 by QuickOldCar Quote Link to comment Share on other sites More sharing options...
Ex1t Posted August 3, 2015 Author Share Posted August 3, 2015 This is normal page, look footer And this is page with loaded data And you can not see footer Quote Link to comment Share on other sites More sharing options...
maxxd Posted August 3, 2015 Share Posted August 3, 2015 Give the footer a z-index to float it above the dynamic data. You may have to add a lower z-index to the dynamic data as well. Quote Link to comment Share on other sites More sharing options...
Ex1t Posted August 4, 2015 Author Share Posted August 4, 2015 Not that.. I want footer to stay at the bottom after data being loaded Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted August 4, 2015 Share Posted August 4, 2015 Also read the comments. https://css-tricks.com/snippets/css/sticky-footer/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.