Hide Left Navigation
Posted by fillzephyr on July 7, 2009
I am trying to hide left navigation through this little javascript.
Go to site Action> edit page> Add webpart
Choose content editor webpart.
Select source editor and paste the below script :
<style>
.ms-quicklaunch
{
display:none;
}
.ms-navframe
{
display: none;
}
</style>
On the appereance change the Title to Hide Left Nav bar
On the Layour check the Hidden
Thanks!!!
Advertisements
This entry was posted on July 7, 2009 at 8:05 pm and is filed under MOSS Funstuff, SharePoint Blogs. Tagged: Hide Left Naviagtion. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
santhosh said
hi dude,
its working fine thanks