Re: [css-d] Footer placement in FF - FIXED!

2011-04-30 Thread Chetan Crasta
On Sat, Apr 30, 2011 at 2:06 PM, Alan Gresley wrote: > It still not a sticky footer. It's a footer that it always fixed at the > bottom of the viewport. To get this variant of footerStickAlt to work as a > sticky footer, change this CSS, > That's right! I didn't notice it earlier. In addition to

Re: [css-d] Footer placement in FF - FIXED!

2011-04-30 Thread Alan Gresley
On 30/04/2011 6:49 AM, Steve Caramia wrote: Great! Thanks for cleaning up my code. I'm a little confused, though. The Sticky Footer page specifically says NOT to add margin values on the top and bottom. If the div#wrap has overflow: hidden, then you can have child elements with vertical margi

Re: [css-d] Footer placement in FF - FIXED!

2011-04-29 Thread Chetan Crasta
On Sat, Apr 30, 2011 at 2:19 AM, Steve Caramia wrote: > Great! Thanks for cleaning up my code. I'm a little confused, though. The > Sticky Footer page specifically says NOT to add margin values on the top and > bottom. In this case, it does not cause any problems. It works correctly in IE 7, IE 8

Re: [css-d] Footer placement in FF - FIXED!

2011-04-29 Thread Steve Caramia
Great! Thanks for cleaning up my code. I'm a little confused, though. The Sticky Footer page specifically says NOT to add margin values on the top and bottom. Using top and bottom margins inside some elements may push your footer down by that margin height, perhaps in a header or the wrap o

Re: [css-d] Footer placement in FF - FIXED!

2011-04-29 Thread Steve Caramia
Thanks Chetan! It worked! (I think -- still a little funky in Browserlab, but it looks great in FF4 windows in Parallels on my mac.) http://www.lankforddesign.com/ On Apr 28, 2011, at 11:58 PM, Chetan Crasta wrote: On Fri, Apr 29, 2011 at 12:04 PM, Steve Caramia > wrote: This worked:

Re: [css-d] Footer placement in FF

2011-04-29 Thread David Laakso
On 4/29/11 2:34 AM, Steve Caramia wrote: Hi again. This time, IE is NOT the issue. I want the footer to hug the bottom. This worked: http://www.duclauddesign.com/ This doesn't: http://www.lankforddesign.com/ Steve Change #footer from position absolute to position fixed. Best, ~d -- h

Re: [css-d] Footer placement in FF

2011-04-29 Thread Chetan Crasta
On Fri, Apr 29, 2011 at 12:04 PM, Steve Caramia wrote: > This worked: http://www.duclauddesign.com/ > > This doesn't: http://www.lankforddesign.com/ > Both pages have problems, and not just in Firefox. When the browser window height is around 600px the layout breaks. For a sticky footer (footer

[css-d] Footer placement in FF

2011-04-28 Thread Steve Caramia
Hi again. This time, IE is NOT the issue. I want the footer to hug the bottom. It worked before, and it's fine in everything except FF! I know the code isn't identical (even though the layouts are very similar), but what gives? I want the pattern to bleed off the bottom. This worked: http: