Tuesday, June 28, 2011

Hiding left Navigation in SharePoint 2010

To hide the left navigation in SharePoint 2010, you still need to follow adding content editor web part which you did in SharePoint 2007 onto the page first and then add the below script.

<style type="text/css">
#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
}
</style>

No comments:

Post a Comment