I updated the mojoportal package to 4.0.
Looking at the related thread, that's referring to changes to the css. Actually, all of my css styles were unchanged. It just went from displaying the list outright, to now it displays the child links upon rollover of the parent link. Which would mean there's now some javascript controlling the pageMenu.
I'm currently using this:
<portal:PageMenu id="PageMenu1" runat="server" UseTreeView="false" TreeViewShowExpandCollapse="false" />
It looks like I could change it to use the treeview, and then just restyle it the way it was. But, it would be good to know what changed and to know why/how that control now uses a rollover/dropdown function. (I tried adding useSuperfish="false", but it didn't change anything, which I didn't think it would since there's no js on the page to control it.)
EDIT: I'm using ShowStartingNode="true" on my SiteMapDataSource. If it's false, it shows the child menu normally. But, I want/need the parent link above the child links.
Thanks, Joe.
Tim