Branding Master Page Tip #36

Tagged with: , ,
Tuesday, February 19, 2008, 22:41
This news item was posted in Tutorial, UI, User Interface and Navigation category and has 0 Comments so far.

Here’s a SharePoint branding tip for the top navigation menu:

To change the background color for the top navigation flyouts via CSS using this .ms-topNavFlyOutsContainer { background-color:#000 !important; } will give you a black background but will still cause the background color to be different when the text size is smaller then the width of the largest text item in your flyout menu. For example:

SharePoint Top Navigation Gap

To change this, just go to your master page and change the syntax for your top navigation from

<DynamicMenuStyle  BackColor=”#F2F3F4” BorderColor=”#A7B4CE” BorderWidth=”1px”/>  to <DynamicMenuStyle  BackColor=”#000000” BorderColor=”#A7B4CE” BorderWidth=”1px”/>.

This will give you the following desired affect:

SharePoint Top No Navigation Gap

Replace the color black (#000000) with the color that you’d like the top navigation flyout menus to have.

Related Posts:

  • Master Page Monday’s 10.01.07
  • In our third edition, we are going to present you another set of links that will assist you in furthering your knowledge of Master Pages.
  • Customizing Admin.master - Master Page Monday’s 09.24.07
  • This is our second edition of Master Page Monday's. In our first edition, we shared some links that were useful to the SharePoint branding
  • How to Add Master Pages to the Web Server [for Use with Newly Provisioned Site Collections]
  • Heather Soloman goes through on how to create master page(s) on the web server that appear in the Master Page settings for a site collection
  • Master Page Monday’s
  • Every Monday, we will have posts that are centralized around Master Page, Page Layouts and anything Branding related. Lets start off this week with
  • How To: Creating and Using the Minimal Master Page
  • Lincoln DeMaris, a Program Manager working on Web Content Management features in Microsoft Office SharePoint Server 2007 has written a well written and thorough article
    Both comments and pings are currently closed.

    Comments are closed for this Article !