Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Sharepoint 2007 Calendar

Options
  • 08-02-2008 4:58pm
    #1
    Registered Users Posts: 2,790 ✭✭✭


    Hi,

    I'm using a calendar on one of my sharepoint sites. With the layout only being 800px in width, I had to modify the Calendar CSS to hide the Calendar header so as to remove the scrollbars:

    /* Calendar Overrides */
    .ms-calheader {
    display:none;
    }

    This works fine and my calendar can now fit snugly into the page layout. However, hiding the header also hides the date selection controls so I am looking for a way to remedy this.

    Anyone have any suggestions?


Comments

  • Moderators, Society & Culture Moderators Posts: 9,689 Mod ✭✭✭✭stevenmu


    Not sure if this would work, but I think there's a date picker or date filter web part, you could try adding that and connecting it to your calender web part.


Advertisement