Return to Snippet

Revision: 17953
at September 17, 2009 15:36 by marcocs


Initial Code
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;
}

Initial URL


Initial Description
Se que es poco... pero es lo unico que me gusta de facebook.
Chome OK; IE OK; Firefox OK;

Initial Title
Facebook status bar

Initial Tags
design

Initial Language
CSS