If you are designing custom master pages for a SharePoint 2007 site, be sure to make the width of your Quick Launch bar (a.k.a. left navigation bar) a minimum of 165 pixels. Otherwise the calendar control in an Events list will go over your allowed width and you will have to rework your design to accommodate the ‘Today is’ date.
The issue lies with the lower portion of the calendar control that lists the current date. Your width needs to accommodate the longest possible value:
Today is:
Wednesday, November 30, 2007
i want how customize quick launch
Hi
i am a young web developer …just a question … where i can study to the exam of certification in MOSS 2007 developing applications? thx a lot
If you would like to know how to customize the quick launch menu, why not also check out my post on this.
Hi,I have some doubt in the Quick launch bar customization. I have done nested display in the Quick launch bar by editing the below code:<SharePoint:AspMenu id=”QuickLaunchMenu” DataSourceId=”QuickLaunchSiteMap” runat=”server” Orientation=”Vertical” StaticDisplayLevels=”2″ ItemWrap=”true” MaximumDynamicDisplayLevels=”1″ StaticSubMenuIndent=”0″ SkipLinkText=”">After editing the sub document libraries are displayed in the nested format. But it will be displayed beside the “.ASPX” page. I want to display the links in the top of the ASPX page. Is it possible?Please help us to resolve this issue.
Also try adding the following to remove the date altogether.table.ms-picker-table td.ms-picker-footer {display:none;}Hope that is useful.
Hi, just a question. can i show a normal quick launch left menu within MeetingWorkSpace pages (default.aspx, contacts.aspx, task.aspx, meetings.aspx, forum.aspx, etc…) ??thanks a lot.