For SharePoint 2007:
<style> .ms-navframe { display:none; } </style>
For SharePoint 2010:
<style> #s4-leftpanel { display:none; } .s4-ca { BACKGROUND: none transparent scroll repeat 0% 0%; MARGIN-LEFT: 5px; } </style>
This will hide the left navigation panel on the page in which the Content Editor web part is installed. If you wish to hide the panel for the entire site, you can add this CSS rule to a custom CSS file and apply it yo your site.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.