Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Hidding Left Navigation and Status Bar in SharePoint 2010 :
Add this css style under head tag of master page
<style type="text/css">
body #s4-leftpanel { display: none; }
.s4-ca { margin-left: 25px; }
#s4-statusbarcontainer { display: none; }
</style>