Does anybody know how I can use a css defined div to keep a footer at the bottom of the page regardless of how much content is in the page? I found a solution but it's incompatible with opera :(. please help

Thanks in advance,

Cheers, Slade.

Recommended Answers

All 4 Replies

That link requires a login/password.

I am not sure how to convert it to opera, but in that example is the tag just float: bottom?

Hmph..
I don't know if this is helpful, how about putting the footer onto a footer.html file.
And later include that file on every webpage?

Oh yeah that would work too >_< Sry I wasn't thinking. If you're using php, just do this.

<?php include("path/to/footer.html") ?>

wherever you want your footer to be.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.