/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#navigation-footer{ padding-top: 10px; clear:both; width:100%; overflow:hidden; } #navigation-footer ul{ list-style: none; font-size: 11px; float:left; position:relative; left:50%; } #navigation-footer ul li{ list-style: none; float:left; position:relative; right:50%; border-right: 1px solid #fff; }