Satya Kanithi's Professional Blog

May 12, 2010

How to hide Left Navigation Menu (Quick Launch) in SP

Filed under: MOSS 2007 — kanithis @ 1:42 pm

Quick Launch is rendered using a delegate control by SPContentSiteMap provider.

  1. One  way to remove the Quick Launch bar is to modify the Master Page to remove the delegate control
  2. Other way is to hide the Quick Launch in a Content Editor Web Part as follows.
    • Add Content Editor Web Part to a Web Part Zone
    • Select Edit – Modify Shared Web Part
    • Under Layout, check the Hidden option
    • Click the Source Editor button and add the following CSS
    • <style>
      .ms-navframe {
      display:none;
      }
      </style>

Advertisement

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: WordPress Classic. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.