Abril Posted May 28, 2014 Share Posted May 28, 2014 I have a problem with one div, I want to fix it at the bottom of the page and when I zoom the page I can see the div without scroll. Link to comment https://forums.phpfreaks.com/topic/288844-how-to-fix-a-div-at-the-bottom-of-everyscreen/ Share on other sites More sharing options...
Frank_b Posted May 28, 2014 Share Posted May 28, 2014 http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page Link to comment https://forums.phpfreaks.com/topic/288844-how-to-fix-a-div-at-the-bottom-of-everyscreen/#findComment-1481199 Share on other sites More sharing options...
adam_bray Posted May 28, 2014 Share Posted May 28, 2014 div.footer { bottom: 0; left: 0; line-height: 35px; position: fixed; right: 0; } Link to comment https://forums.phpfreaks.com/topic/288844-how-to-fix-a-div-at-the-bottom-of-everyscreen/#findComment-1481214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.