SharePoint DevelopmentProgramming and development for SharePoint Portal Server and Windows SharePoint Services
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SharePoint Development section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I have multiple workspaces within a site. In the left navigation band I have set the default workspace page (index.aspx) as a heading (e.g. SiteX) and added links to the individual pages within that site under the heading (e.g. SiteXpage1)
It looks like this:
+ SiteX
SiteXpage1
SiteXpage2
+ SiteZ
SiteXpage1
SiteZpage2
For some reason the SiteX heading remains ACTIVE when the user has clicked on one of the SiteX pages - so both are ACTIVE (greybackground/blue bold font, not clickable). This same behavior does not happen for SiteZ.
It looks like this when you are on SizeXpage1:
+ SiteX SiteXpage1
SiteXpage2
I have compared all the settings between the two sites and can not find what is causing this. If I remove the heading, the links continue to work. The site main page works as a link in the naviation, it's when I make it a heading that has this behavior.
Any ideas what I need to change to get this work work correctly?