Monthly Archives: September 2011

Override Global css from SharePoint 2010 to hide left navigation

  If you look for hide the left navigation from SharePoint 2010, definitely you can use the below stylesheet to override the global css. Add this code in the content editor and apply the changes: <Style> #s4-leftpanel { display: none; … Continue reading

Posted in SharePoint, SharePoint 2010 | Tagged | Leave a comment

Using SharePoint Modal Dialog

SharePoint 2010 have introduces the new dialog framework for assist users to stay in the context of the page without navigate away from other page. The JavaScript object model provides the SP.UI.ModalDialog class to work with the dialog framework. In … Continue reading

Posted in SharePoint 2010 | Tagged | Leave a comment