Re: [WSG] :: Footer not resting at bottom of page ::

2008-04-25 Thread kate
??? Sent: Tuesday, 22 April 2008 4:00 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] :: Footer not resting at bottom of page :: #wrapper { min-height:100%; } is not enough + * html #wrapper { height:100%; } html, body{ height:100%;

RE: [WSG] :: Footer not resting at bottom of page ::

2008-04-23 Thread Pablo E. Cordero C.
Of Matijs Sent: Wednesday, April 23, 2008 1:58 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] :: Footer not resting at bottom of page :: The (imho) best way to do this is by using the Man in Blue's FooterStickAlt: http://www.themaninblue.com/writing/perspective/2005/08/29/ On Tue, A

Re: [WSG] :: Footer not resting at bottom of page ::

2008-04-23 Thread Matijs
Behalf Of *?? ? > *Sent:* Tuesday, 22 April 2008 4:00 PM > *To:* wsg@webstandardsgroup.org > *Subject:* Re: [WSG] :: Footer not resting at bottom of page :: > > > > #wrapper { > min-height:100%; > } is not enough > + > * html #wrapper { > hei

RE: [WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Tim MacKay
?? ? Sent: Tuesday, 22 April 2008 4:00 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] :: Footer not resting at bottom of page :: #wrapper { min-height:100%; } is not enough + * html #wrapper { height:100%; } html, body{ height:100%; } #footer { margin-top:-50px;/* margintop

Re: [WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Сергей Кириченко
#wrapper { min-height:100%; } is not enough + * html #wrapper { height:100%; } html, body{ height:100%; } #footer { margin-top:-50px;/* margintop = -(this height)*/ } and #wrapper around #mastheader, #container and #secinfo, but you'll have another problem - empty space between #secinfo a

Re: [WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Сергей Кириченко
#wrapper { min-height:100%; } is not enough + * html #wrapper { height:100%; } html, body{ height:100%; } #footer { margin-top:-50px;/* margintop = -(this height)*/ } 2008/4/22, Kepler Gelotte <[EMAIL PROTECTED]>: > > > I have problem with the footer of my website: www.awayback.com it is n

RE: [WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Kepler Gelotte
> I have problem with the footer of my website: www.awayback.com it is not staying at bottom of the page. Things are fine in case of low > resolution i.e. 1024x768 but in high resolution screens (1200x1024)  footer is hanging mid way and not at bottom of the page. Hi Amrider, I would suggest addi

[WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Amrinder
Hi, I have problem with the footer of my website: www.awayback.com it is not staying at bottom of the page. Things are fine in case of low resolution i.e. 1024x768 but in high resolution screens (1200x1024) footer is hanging mid way and not at bottom of the page. Thanks in Advance. Kind Rega