Revision: 35706
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 12, 2010 04:02 by cviolette
Initial Code
#footer .menu {
margin: 0;
padding: 0;
text-align: right;
list-style-type: none;
}
#footer .menu li {
display: inline;
margin-right: 5px;
padding-right: 5px;
border-right: 1px solid #FFFFFF;
}
#footer .menu li:last-child {
margin: 0;
padding: 0;
border: none;
}
Initial URL
Initial Description
Basic styling to set up menu that's typically in the footer into a horizontal format.
Initial Title
Footer Horizontal Menu
Initial Tags
css
Initial Language
CSS