Maybe you wanna check this snippet... Tells you most of them... But you'll need to do this by adding this pieces of code into a web part so that if it's used within the page... It would hide those elements... ;)
In other words, injected code... :D
/* To hide Quick Launch menu */
.ms-quicklaunchouter { display: none;}
.ms-quicklaunchheader { display: none;}
.ms-quicklaunch { display: none;}
.ms-titlearea {width: 150%;}
.ms-leftareacell {width: 1px;}
.ms-titleareaframe {width: 1px;
/* To hide top nav bar */
.ms-topNavContainer { display: none;}
/* To hide Welcome and My Site link section */
.ms-globalright { display: none;}
/* To hide search section */
.ms-sbrow { display: none;}
/* To hide breadcrumbs */
.breadcrumb { display: none;}
Referrence: http://hardeepm.spaces.live.com/blog/cns!7877E3B0A44BBBF!156.entry
No comments:
Post a Comment