Jump to content
WebFlake

Issues With 'Sticky Footer'


Tutu

Recommended Posts

I'm working on a small web-portal for my licensing system/software extension, and getting straight to the point I'm relatively new to web designing. That being said, I'm having trouble using the generic 'sticky footer' method, though it doesn't make much sense to me.

 

The web portal can be found @ http://guard.neetgroup.net.

 

I'm creating the portal using HTML, JS, & mainly PHP for the back-end. As for my actual code/css, it would be too much to explain, and I was wondering if anyone could mess around with FF's element/style modifier and work anything out. I'm also open to any suggestions concerning my code/design style, as I've already stated I'm relatively new to web designing.

 

Thanks to anyone who tackles this in advance.

 

Also, as a heads up, the I plan to clean up the login form and what not as soon as the footer issue is resolved.

Edited by Tutu
Link to comment
Share on other sites

From my observation, it seems like the problem is that in the footer's CSS you're using 

position:absolute;

 Where you should be using 

position:relative;
Edited by TJKeeran
Code Cleanup
  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...