Re: [css-d] Sticky Footer Problems

2014-04-21 Thread Karl DeSaulniers
On Apr 21, 2014, at 8:43 PM, Karl DeSaulniers wrote: > On Apr 21, 2014, at 11: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

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread Karl DeSaulniers
On Apr 21, 2014, at 11: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. > >

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread MiB
apr 22 2014 01:14 MiB : > > apr 21 2014 21:37 Jennifer : > >> 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 >> thoug

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread MiB
apr 21 2014 21:37 Jennifer : > 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 > was going to be a simple tas

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) 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 auto-respond on their e

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 wrote: > On Apr 21, 2014, at 12:17 PM, Dav

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread Jennifer
On Apr 21, 2014, at 12:17 PM, David Hucklesby wrote: > > > 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 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

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 pl

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 wrote: > Hello, > > I've attempted t

[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