SharePoint 2010 Hide Quick Launch
Handy Javascript code to hide the quick launch (left nav) bar. just add it to the html on the page or a content editor web part.
<style type="text/css">
/*--Hide Quick Launch--*/
#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
}
</style>
<style type="text/css">
/*--Hide Quick Launch--*/
#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
}
</style>
Comments
Post a Comment