CSS Footer Not on same Line
Posted
by streetparade
on Stack Overflow
See other posts from Stack Overflow
or by streetparade
Published on 2010-05-27T13:35:08Z
Indexed on
2010/05/27
13:51 UTC
Read the original article
Hit count: 236
Im trying to write a footer like this one
Did i said that im very bad at Css?
My css looks like this
#footer-navi
{
margin-bottom:1.5em;
padding-bottom:1.5em;
}
clearfix
{
display:block;
}
#footer-group
{
margin:0 auto;
}
How can i implement somethin like the footer above? Thanks very much.
© Stack Overflow or respective owner