Hide QuickLaunch and TopNavigationbar

on Saturday, September 20, 2008

Do you want to hide your quick launch Bar in MOSS 2007

There are two ways to hide the quick launch bar1. You can edit directly in CSS2. Adding Hidden content editor webpartAdd new content editor webpartClick Source Editor in ToolPanepaste the below code in content editor webpart
[style].ms-quicklaunch{ display:none;}.ms-navframe{ display: none;}[/style]

Use "<" & ">" instead of "[" & "]"Set the Hidden Property to True under layout section in ToolPane.Now Refresh the Page......You Quick Launch Bar is Gone :-)

0 comments: