Re: [css-d] Footer at the bottom of the page issue

2009-03-31 Thread mx . cssdee
You could also try  
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page  
which I've used and seems to work quite well.

Ta,

~Mx

On Mar 30, 2009 4:23pm, Divya Manian divya.man...@gmail.com wrote:
 On 3/26/09 1:21 PM, Frederyco Martins fredy.mart...@gmail.com wrote:



  Hi folks,

 

  How do I keep a footer always on the bottom of the

  page, without using absolute positions, with css???

 

  Could you help me, please?

 

  I am using wordpress as a CMS and the website is

  not online yet. But the code is quite simple. I have

  a div indetified as footer, at the bottom of the code.



 You can try using this: http://ryanfait.com/sticky-footer/









 __

 css-discuss [cs...@lists.css-discuss.org]

 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/

__
css-discuss [cs...@lists.css-discuss.org]
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] Footer at the bottom of the page issue

2009-03-30 Thread Divya Manian
On 3/26/09 1:21 PM, Frederyco Martins fredy.mart...@gmail.com wrote:

 Hi folks,
 
 How do I keep a footer always on the bottom of the
 page, without using absolute positions, with css???
 
 Could you help me, please?
 
 I am using wordpress as a CMS and the website is
 not online yet. But the code is quite simple. I have
 a div indetified as footer, at the bottom of the code.

You can try using this: http://ryanfait.com/sticky-footer/




__
css-discuss [cs...@lists.css-discuss.org]
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/


[css-d] Footer at the bottom of the page issue

2009-03-26 Thread Frederyco Martins
Hi folks,

How do I keep a footer always on the bottom of the
page, without using absolute positions, with css???

Could you help me, please?

I am using wordpress as a CMS and the website is
not online yet. But the code is quite simple. I have
a div indetified as footer, at the bottom of the code.

Thanks a lot.

Fredy.
__
css-discuss [cs...@lists.css-discuss.org]
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] Footer at the bottom of the page issue

2009-03-26 Thread David Laakso
Frederyco Martins wrote:
 Hi folks,

 How do I keep a footer always on the bottom of the
 page, without using absolute positions, with css???

 Could you help me, please?

 I am using wordpress as a CMS and the website is
 not online yet. But the code is quite simple. I have
 a div indetified as footer, at the bottom of the code.

 Thanks a lot.

 Fredy.
   

Try:
1/ make sure the markup [1] and css [2] is valid

[1]
http://validator.w3.org/
[2]
http://jigsaw.w3.org/css-validator/

2/ assign the same width to the footer as you have for the width of the 
page proper
3/ add
clear: both;
to the footer ruleset


__
css-discuss [cs...@lists.css-discuss.org]
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/