SharePoint Top Nav Dividers
Posted September 1st, 2009 by Eric WebbIn a client project I’m working on, the design calls for dividers in between each navigation link. No problem. Here’s the CSS: .ms-topnav a { border-left-style:solid !important; border-left-color:#fff !important; border-left-width:1px !important; padding: 0 10px 0 10px; } However, this leaves the border on the first element of the navigation, which we don’t want. There’s no [...]
Filed under:sharepoint