I'm not sure whether any of the mysource tags have changed since our previous version. In the past I've had no problems achieving what I want... then again, I've only just returned to work after being sick for around 1 month!
*edit* oops I didn't mean to put this in the developers section. I meant design. [i][color="#00a5e3"]~ Sure thing; moved to Designs -- Luke[/i]
I'm not sure whether any of the mysource tags have changed since our previous version. In the past I've had no problems achieving what I want... then again, I've only just returned to work after being sick for around 1 month!
[right][post="11847"]<{POST_SNAPBACK}>[/post][/right][/quote]
Unless there's been changes made to it recently, menu design areas should only be displaying TYPE_1 links (AFAIK, this was the main distinction between TYPE_1 and TYPE_2 in the first place). A lot of the time, when type 2 links are also desired, a nested asset listing is a possible alternative, although in your case it probably isn't because of the need to highlight the current page.
Assuming the menu design area is to stay, the easiest way to get the 'highlight' is to define a CSS class for it, then add this within the MySource_AREA tags:
[quote]Also note that you need to define all three settings for the settings.class system work. Check the Design Manual for more info on that.
[right][post=“11851”]<{POST_SNAPBACK}>[/post][/right][/quote]
This is great, I’ve implemented the above on a horizontal tab menu and the current tab changes color to what I’ve specifed in the style sheet under .current (from black to white).
The problem I’ve now got is that only the top level shows the .current styles. This means that when navigating to lower levels in a given section the .current styles don’t apply any longer so the tab goes black again, even though it needs to stay white becasue I’m still in that particular section.
[quote]Thanks for that, like you said earlier you need to define all three settings. Working now.
[right][post=“14939”]<{POST_SNAPBACK}>[/post][/right][/quote]