The site is mega.nz
I know it’s an infamous Kim Dotcom’s website.
What fascinated me is how the sticky footer fixed exactly at the bottom of the window of screen of every device.
I’ve tried this for several times. All I can get is a scroll bar on the right if content is longer than half of the page.
Thank you,
Take a look at this code example to see how sticky footers work. If you have questions about this code then ask and we’ll explain what you need explained .
PaulOB
January 22, 2015, 12:26pm
3
They are using 100% height and calc and absolutely placing the footer and is a flawed approach that won’t cater for content wrap or text resize.
The method that Ryan links to above is the best and simplest (apart from flexbox methods).
Thank you. I’ll try it.
The moment I see this it’s just vow!
system
Closed
April 23, 2015, 9:45pm
5
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.