Jump to content

Quick question: Footer tags?


Ryusuke

Recommended Posts

There is a way of doing it with html/css, although I've not played around with it personally. Here's the interesting bit:http://www.themaninblue.com/writing/perspective/2005/08/29/

<html><body><div id="nonFooter"></div><div id="footer"></div></body></html> You then need to apply a bit of CSS: html{height: 100%;}body{height: 100%;}#nonFooter{position: relative;min-height: 100%;}* html #nonFooter{height: 100%;}#footer{position: relative;margin-top: -7.5em;}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...