|
Post by cywan on Feb 4, 2009 3:04:13 GMT -6
Hi,
I'm very new to SharePoint 2007 and i'm not sure where should i customize:
I have customize the quicklaunch to have 1 level of fly-out menu.
E.g : Frequently Asked Questions |> Company Profile
How can i disable the parent site (Frequently Asked Questions) on the QuickLaunch menu as a link (not able to click as a link)? Because now i able to click on Frequently Asked Questions on the quicklaunch menu which will show a blank content.
I created Frequently Asked Questions as a site and Company Profile & General Information as a page under Frequently Asked Questions site.
Please help.
Thanks & Regards, cywan
|
|
|
Post by Andreas Kviby on Feb 4, 2009 8:04:23 GMT -6
If you want to change the link behaviour in Sharepoint Quicklaunch you can look up the CSS class for that link and see if it is has a unique class or ID. Then alter the CSS and hide this link or make it a non-clickable link.
Otherwise you will have to open up the masterpage and alter code inside SharePoint Designer 2007.
|
|
|
Post by cywan on Feb 5, 2009 1:23:29 GMT -6
Hi,
May i know how to alter the CSS to hide the link? What is the syntax?
Thanks & Regards, cywan
|
|
|
Post by cywan on Feb 18, 2009 19:38:42 GMT -6
Hi,
I'm not really familiar the folders location in SharePoint as it is a black box to me. May i know where is the CSS definitions that create the Quick Launch look?
Please help.
Thanks & Regards, cywan
|
|
|
Post by Jay Mueller on Feb 19, 2009 13:47:24 GMT -6
Hi, I'm not really familiar the folders location in SharePoint as it is a black box to me. May i know where is the CSS definitions that create the Quick Launch look? Please help. Thanks & Regards, cywan If your using MOSS 2007 you can edit the Quick Launch to hide navigational items, thus not having to edit the CSS styles. If you are using WSS where the Quick Launch menu's can NOT be hidden, then remove them. Changing the color of the CSS Styles will result in all links being hidden or affected by the changes to the CSS. To find the path where the CSS files live on the SharePoint server; do a search for CORE.CSS.
|
|