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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Sharepoint 2007 Calendar

  • 08-02-2008 3:58pm
    #1
    Registered Users, Registered Users 2 Posts: 2,793 ✭✭✭


    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