ElectricTyphoon / cleanstickyfooter

Automatically exported from code.google.com/p/cleanstickyfooter
0 stars 0 forks source link

Footer bar is not sticky #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download zip provided
2. type a bunch of content in content container (div inside 
"content_inner_wrapper")
3. footer jumps around on scroll

Original issue reported on code.google.com by dra...@gmail.com on 15 May 2013 at 5:42

Attachments:

GoogleCodeExporter commented 9 years ago
Try using this: http://cleanstickyfooter.herokuapp.com

I will be posting the code from this soon, but for now you can simply grab the 
html structure from that page and cleanstickyfooter.css. All of your content 
will go inside of .wrapper.primary > .container.

Original comment by trevorjo...@gmail.com on 15 May 2013 at 6:06

Attachments:

GoogleCodeExporter commented 9 years ago
Your footer is not sticky. I'm talking about this 
http://cleanstickyfooter.herokuapp.com

http://www.screencapture.ru/file/767b2ae3/a62aad6fb727514c0cdf6383534966fd/

Original comment by olen2...@gmail.com on 2 Jun 2013 at 3:47

GoogleCodeExporter commented 9 years ago
It looks like it's sticking in your screenshot, there's just some weird padding 
issue going on. Which browser/version are you using?

Original comment by trevorjo...@gmail.com on 3 Jun 2013 at 10:41

GoogleCodeExporter commented 9 years ago
Same issue here. If the content is taller than the browser window the sticky 
footer looks like it's working, but then when you scroll to view the rest of 
the content the sticky footer scrolls with the content. So it's sticky to the 
browser window on page load, but not truly sticky to the bottom of the content 
for longer pages.

Original comment by lostsate...@gmail.com on 11 Aug 2013 at 2:59

GoogleCodeExporter commented 9 years ago
Try adding a <br style="clear:both;" /> between the footer and content-wrapper!

Original comment by stian...@gmail.com on 28 Aug 2013 at 11:27