SharePoint 2007 Hide quick launch bar


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <style type="text/css">
  2. Div.ms-titleareaframe
  3. {
  4. height: 100%;
  5. }
  6.  
  7. .ms-pagetitleareaframe table
  8. {
  9. background: none;
  10. }
  11. </style>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.