View Single Post
Old 09-28-2012, 04:58 AM   PM User | #7
transybao
New to the CF scene

 
Join Date: Sep 2012
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
transybao is an unknown quantity at this point
<a href="#"><img src="images/arrow.png" /></a>
CSS code:
Quote:
#footer {
overflow: hidden; /* Clears floats */
margin: 0 -2000px; /* This extends header the width of the viewport */
padding: 0 2000px 3em; /* This extends header the width of the viewport */
background-color: #4B4A4C;
}

#footer-left {
float: left;
margin: 2em 0 0 2em;
}

#footer-left img:hover {
display: inline;
}

#footer p {
display: none;
margin: 0 0 0 .6em;
line-height: 5em;
text-transform: lowercase;
color: #FF6400;
}

#footer-right {
float: right;
}
Quote:
#footer {
overflow: hidden; /* Clears floats */
margin: 0 -2000px; /* This extends header the width of the viewport */
padding: 0 2000px 3em; /* This extends header the width of the viewport */
background-color: #4B4A4C;
}

#footer-left {
float: left;
margin: 2em 0 0 2em;
}

#footer-left a:hover {
display: inline;
}

#footer p {
display: none;
margin: 0 0 0 .6em;
line-height: 5em;
text-transform: lowercase;
color: #FF6400;
}

#footer-right {
float: right;
}
transybao is offline   Reply With Quote