Jump to content

sticky footer?


Liquid Fire

Recommended Posts

I have read a few methods of doing sticky footer and now have seems to work.  I can get the footer at the bottom no matter what but The issue is now i have a large space under my footer which defeats the purpose.  here is the code:

 

http://www.kaizendigital.com/project/log.php?action=login

 

Does anyone see what i am doing wrong?

Link to comment
https://forums.phpfreaks.com/topic/71253-sticky-footer/
Share on other sites

um... what are you talking about.

 

ok, i removed the push(old code from one of the sticky footer methods).  .copyright does have css:

 

#footer .copyright

{

font-size: .7em;

}

 

and that css has nothing to do with positioning. What javascript are you talking about.  There is zero javascript on that page.  The only javascript i am including it jQuery and the dimensions plugin which are going to be required for every page since i am going to be using a menu system that uses those libraries but there is no javascript running effect any positioning on any elements.

Link to comment
https://forums.phpfreaks.com/topic/71253-sticky-footer/#findComment-358442
Share on other sites

Okay. missed the .copyright on a quick look when I couldn't find push.

 

I simply removed the negative margin from the footer and gave it a margin-top:10px.

 

That removed the extra 200px. Worked fine in FF and IE 6.

 

Also, you have a typo in your css: html/body has a colon missing from padding:0

Link to comment
https://forums.phpfreaks.com/topic/71253-sticky-footer/#findComment-358535
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.