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!
|
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.
|
||||
|
|
|
Give the div a fixed position. something like this:
|
|||
|
|
|
Looks like they used jQuery to animate the div that contains all the footer content. The relevant .js file is here: http://www.constantcontact.com/_script/social-media-toolbar.js?version=1307033023000 |
|||
|