Office Live Small Business Community Forums

On page navigation buttons link etc I need HELP 911

Last post 10-18-2008 9:18 AM by woodstar. 4 replies.
Page 1 of 1 (5 items)
Sort Posts:
04-03-2008 6:59 PM
Mickei Joined on 04-03-2008 Posts 3
On page navigation buttons link etc I need HELP 911

If anyone can please help figure out how to change the color of these they make my page look awful or how to remove them and get diff ones from somewhere else. PLEASE I AM TO LAUNCH THE SITE SOON and this is stopping me!

 

THANKS

 

 

04-03-2008 8:03 PM In reply to
Advisor-Norris Joined on 03-12-2008 Atlanta,GA Posts 199
Re: On page navigation buttons link etc I need HELP 911

 

  1. Simple, first activate the advance design features in your site if not done already (Home>Web Site> Site Actions>Activate Advance Design features)
     
  2. Click on Design Site and select Style Sheet (make sure the Site Designer tab is selected)
     
  3. With the Style Sheet window check the box next to Apply custom CSS code to my Web site.
     
  4. Add the following CSS code to your site:
  5. .MSC_PrimaryNavFrame

    {

    background:#626262;

    width:100%;

    margin:1px 0px 5px 0px;

    text-align:left;

                   

                   

                  

    }

    .MSC_PrimaryNavLink

    {

    color:#ffffff;

    font-size:12px;

    text-decoration:none;

    }

    .MSC_PrimaryNavLink:hover

    {

    color:#ffffff;

    font-size:12px;

    text-decoration:underline;

    }

    .MSC_PrimaryNavLink:visited

    {

    color:#ffffff;

    font-size:12px;

    text-decoration:none;

    }

    .MSC_PrimaryNavLinkFrame-On

    {

    background:#E3FAE7;

    white-space:nowrap;

    padding:5px 10px 5px 10px;

    }

    .MSC_PrimaryNavLink-On

    {

    color:#325884;

    font-size:12px;

    text-decoration:none;

    font-weight:bold;

    }

    .MSC_PrimaryNavLink-On:hover

    {

    color:#325884;

    font-size:12px;

    text-decoration:underline;

    font-weight:bold;

    }

    .MSC_PrimaryNavLink-On:visited

    {

    color:#325884;

    font-size:12px;

    text-decoration:none;

    font-weight:bold;

    }

    .MSC_PrimaryNavLeftSpace

    {

    width:1px;

    white-space:nowrap;

    background:#000000;

    font-size:1px;

    }

    .MSC_PrimaryNavRightSpace

    {

    width:1px;

    background:#F4F1D7;

    white-space:nowrap;

    font-size:1px;

    }

    .MSC_PrimaryNavTopSpace

    {

    height:1px;

    background:#000000;

    }

    .MSC_PrimaryNavBottomSpace

    {

    height:1px;

    background:#F4F1D7;

    }

     

     

  6. Click Ok and you see your navigation menu has changed. Open the Style sheet window again and play around with the color values (hexcodes). Here's a list of them to choose from. -  http://www.w3schools.com/html/html_colornames.asp
  7.  

    Good Luck

     

10-17-2008 12:12 PM In reply to
homeybiz1 Joined on 10-17-2008 Posts 1
Re: On page navigation buttons link etc I need HELP 911

Great post, Advisor-Norris.  It helped me a lot.

Is there somehere where all of the .MSC's are listed so if I wanted to change aspects of my header and footer, I can do so?

Thanks

10-17-2008 3:48 PM In reply to
sjr Joined on 02-11-2008 Connecticut Posts 456
Re: On page navigation buttons link etc I need HELP 911

One source is to click on the Style Sheet icon and somewhere in there there is a link to view source css or words to that effect.

10-18-2008 9:18 AM In reply to
woodstar Joined on 06-27-2008 Posts 113
Re: On page navigation buttons link etc I need HELP 911
Advertisement