June 16, 201016 yr I have a div that I want to sit at the bottom of all of the content on the page. So if there is one line of text it will sit at the bottom of the window and if there are 1000 lines of text it will sit at the bottom. However I don't want it to be fixed in place so if there a scroll bars on teh page the user will have to scroll down to see it. If I use absolute positioning the div will move up if you scroll down and with fixed position it is always sitting at the bottom even is there are scroll bars Let me know if I have explained this well enough. Thanks
Create an account or sign in to comment