Re: [css-d] 'sticky' footer - fixed at bottom of viewport

2007-09-18 Thread Ray Leventhal
[EMAIL PROTECTED] wrote:


 I have a tutorial for one on my site:
 
 http://anekostudios.com/2006/05/12/sticky-footer/
 
 ~Shelly

Shelly,

Thank you!

Best,
~Ray
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] 'sticky' footer - fixed at bottom of viewport

2007-09-18 Thread Ray Leventhal
[EMAIL PROTECTED] wrote:
 I have a tutorial for one on my site:
 
 http://anekostudios.com/2006/05/12/sticky-footer/
 
 ~Shelly

Shelly, this is /definitely/ going to do the trick for me.  Thanks so much!

~Ray
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] 'sticky' footer - fixed at bottom of viewport

2007-09-18 Thread [EMAIL PROTECTED]
Oops - I thought I'd address this...

turns out that tutorial has a bitty boo-boo (which I intend to fix right 
now).  IE 7 renders that code, as-is, as a bit broken.  (Thanks to Mark 
for pointing this out to me offlist).  Turns out the IE conditional 
comment doesn't need to be used for IE7, as it renders it just fine 
without any additional fixes (whoa!).

So you need to change the conditional from !--[if IE] to !--[if lt 
IE 7], or to !--[if lte IE 6] and it'll work fine.

:)

~Shelly
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] 'sticky' footer - fixed at bottom of viewport

2007-09-17 Thread Ray Leventhal
Gunlaug Sørtun wrote:
 Ray Leventhal wrote:
 
 I seem to recall someone pointing to an article or site which
 outlined a method for creating a footer div which would /always/ be
 at the bottom of the viewport, without regard for the volume of
 content above.
 
 You can fix anything anywhere with 'position: fixed', and a workaround
 for IE6 and older vin-versions.
 
 Article on how-to:
 http://www.gunlaug.no/contents/wd_additions_15.html
 Live example:
 http://www.gunlaug.no/contents/toc_7a.html
 
 regards
   Georg
Hi Georg,

Thanks (again!) for the much needed direction and sample.

Best regards,
~Ray
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] 'sticky' footer - fixed at bottom of viewport

2007-09-17 Thread [EMAIL PROTECTED]
I have a tutorial for one on my site:

http://anekostudios.com/2006/05/12/sticky-footer/

~Shelly
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/