Blog Home 
Scott Yokiel MOSS 2007 & .NET blog (and some bad spelling) - Eliminate left nav in MOSS, without changing master page.

RSS 2.0 Atom 1.0 CDF  
 
Sign In
 
 Thursday, August 21, 2008

So you want to get rid of your left nav in moss.  Well the first way to do this would be to create a webpart page with no nav.

1)View all site content
2)Create
3)Web part page

This one will have no nav so you should be looking good.

Now say this page still doens't work for you, but you don't want to have to work in designer of customize any HTML.  A little trick is to hide some css styles in a content editor web part. Paste this snippit into a it and to-da your left nav will be hidden away

<style>
.ms-quicklaunch
{
display:none;
}
.ms-navframe
{
display: none;
}
.leftNav
{
display: none;
}
.leftNavSpacer
{
display: none;
}
.mainContainer
{
width: 100%
}
</style>

8/21/2008 2:19:14 PM (Central Standard Time, UTC-06:00)  #    Comments [0]    |  Trackback
Name
E-mail
Home page

Comment (HTML not allowed)  

Enter the code shown (prevents robots):

Copyright © 2008 RBA Consulting.