I understand how to show/hide DIV but how did they make this footer?
I would love this on my website.
Please take a look at this page it's Constant Contact by the way, notice the footer.
Constant Contact Thanks!
Here is a very simplistic version of how to achieve something similar to your example. You only need to use JavaScript if you're using a browser < IE7, otherwise simple CSS can do it.
Live Demo
#footer{
bottom: 0px;
position: fixed;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With