/ Published in: CSS
Se que es poco... pero es lo unico que me gusta de facebook.
Chome OK; IE OK; Firefox OK;
Chome OK; IE OK; Firefox OK;
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
body { } /* Floating status bar */ #footer2 { display: none; } html > body #footer2 { display: block; position: fixed; text-align: center; bottom: 0; left: 8; width: 97%; color: #999999; clear: both; height: 24px; border-top-style: solid; border-top-width: 1px; border-top-color: #b5b6b5; background-repeat: repeat-x; border-right-style: solid; border-left-style: solid; border-right-width: 1px; border-left-width: 1px; border-right-color: #b5b6b5; border-left-color: #b5b6b5; background-color: #e7e7e7; }