Re: [css-d] sticky footer position in IE - bottom of window instead of page

2014-11-09 Thread Colin (Sandy) Pittendrigh
Am I right? I'm asking, not proclaiming. Code like this is perhaps useful because it solves a problem. But it's a hard-coded hack relying on unintended side effects and more likely than not to sometime break in the future. More likely than more standard codes that don't exploit side effects

Re: [css-d] sticky footer position in IE - bottom of window instead of page

2014-11-09 Thread Tom Livingston
It may just be early here but if the content is deeper than the current viewport, this will cause problems. Also I don't see how this is sticky. Sent from my iPhone On Nov 9, 2014, at 9:49 AM, Colin (Sandy) Pittendrigh sandy.pittendr...@gmail.com wrote: Am I right? I'm asking, not

Re: [css-d] sticky footer position in IE - bottom of window instead of page

2014-11-08 Thread Philippe Wittenbergh
Le 8 nov. 2014 à 12:04, Debbie Campbell d...@redkitecreative.com a écrit : It's showing up in the middle of the content instead of at the very bottom in IE 11. Having seen a couple screenshots of IE10/11 it appears to me that 1. on initial page load, the footer is positioned at the bottom

Re: [css-d] sticky footer position in IE - bottom of window instead of page

2014-11-08 Thread Debbie Campbell
I stripped out all the sticky footer code and tried a few other methods, this one worked and tested down to IE8 with no problems: http://css-tricks.com/snippets/css/sticky-footer/ The footer is now where it should be. Thank you for your input everyone.

[css-d] sticky footer position in IE - bottom of window instead of page

2014-11-07 Thread Debbie Campbell
Having a problem with IE here... http://www.boissonconsulting.com/resources/ I'm using this sticky footer method (after trying several others): http://mystrd.at/modern-clean-css-sticky-footer/ It's working fine in Chrome, FF, Safari/Win, but in IE 11 the footer is initially at the bottom of

Re: [css-d] sticky footer position in IE - bottom of window instead of page

2014-11-07 Thread Tom Livingston
Not working in ios8.1 safari either. Just sits at the bottom of the content. Sent from my iPhone On Nov 7, 2014, at 7:59 PM, Debbie Campbell d...@redkitecreative.com wrote: Having a problem with IE here... http://www.boissonconsulting.com/resources/ I'm using this sticky footer method

Re: [css-d] sticky footer position in IE - bottom of window instead of page

2014-11-07 Thread Tom Livingston
On Fri, Nov 7, 2014 at 7:59 PM, Debbie Campbell d...@redkitecreative.com wrote: Having a problem with IE here... http://www.boissonconsulting.com/resources/ I'm using this sticky footer method (after trying several others): http://mystrd.at/modern-clean-css-sticky-footer/ It's working

Re: [css-d] sticky footer position in IE - bottom of window instead of page

2014-11-07 Thread Debbie Campbell
I don’t know what your expectations are but given your code, your footer will always position itself at the bottom of the content when the page is longer than the height of the viewport (as in the sample page you link to) and will be positioned at the bottom of the viewport if there is