Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.