[css-d] Sticky Footer Problems

2014-04-21 Thread Jennifer
Hello, I've attempted to change our footer to a sticky version, so that on shorter pages, it's always at the bottom of the screen. However, I'm having a problem with a gap in the content of a short page just above the footer. Can someone please tell me what I did wrong? Here's

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread King's Cat (Cassandra King)
Hi Jennifer Just quickly looking Try this: change your footer positioning to position: relative; you have a 5px margin at bottom of your #container div and a 1px border at bottom as well, remove those. Cass On Mon, Apr 21, 2014 at 12:54 PM, Jennifer jenni...@superiorshelving.comwrote: Hello,

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread David Hucklesby
On 4/21/14, 9:54 AM, Jennifer wrote: Hello, I've attempted to change our footer to a sticky version, so that on shorter pages, it's always at the bottom of the screen. However, I'm having a problem with a gap in the content of a short page just above the footer. Can someone

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread Jennifer
On Apr 21, 2014, at 11:51 AM, King's Cat (Cassandra King) wrote: change your footer positioning to position: relative; you have a 5px margin at bottom of your #container div and a 1px border at bottom as well, remove those. Thanks, Cass. Unfortunately, that didn't help. Using

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread Jennifer
On Apr 21, 2014, at 12:17 PM, David Hucklesby wrote: http://galengidman.com/2014/03/25/responsive-flexible-height-sticky-footers-in-css/ I’m assuming you either don’t need to support IE older than version 8, or give those geriatric browsers a very simple “generic” style sheet. Hi David,

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread King's Cat (Cassandra King)
Hi list i got that offensive email as well Is there a way of banning that account from this list? seems to be set to auto-respond on their end...for me, as soon as i posted, it immediately appeared in my inbox. On Mon, Apr 21, 2014 at 3:37 PM, Jennifer jenni...@superiorshelving.comwrote: On

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread Tom Livingston
First of all, I'm glad it's not just me. Second, Mr. Meyer is aware of the issue. On Mon, Apr 21, 2014 at 5:17 PM, King's Cat (Cassandra King) puddin...@gmail.com wrote: Hi list i got that offensive email as well Is there a way of banning that account from this list? seems to be set to

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread MiB
apr 21 2014 21:37 Jennifer jenni...@superiorshelving.com: It seems that there should be a way to 'fix' this. I know it works, since I've tried it on a simple page, so it looks like I'll have to start stripping out other CSS to see what's interfering with the footer. And I thought this

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread MiB
apr 22 2014 01:14 MiB digital.disc...@gmail.com: apr 21 2014 21:37 Jennifer jenni...@superiorshelving.com: It seems that there should be a way to 'fix' this. I know it works, since I've tried it on a simple page, so it looks like I'll have to start stripping out other CSS to see

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread Karl DeSaulniers
On Apr 21, 2014, at 11:54 AM, Jennifer jenni...@superiorshelving.com wrote: Hello, I've attempted to change our footer to a sticky version, so that on shorter pages, it's always at the bottom of the screen. However, I'm having a problem with a gap in the content of a short page just

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread Karl DeSaulniers
On Apr 21, 2014, at 8:43 PM, Karl DeSaulniers k...@designdrumm.com wrote: On Apr 21, 2014, at 11:54 AM, Jennifer jenni...@superiorshelving.com wrote: Hello, I've attempted to change our footer to a sticky version, so that on shorter pages, it's always at the bottom of the screen.