Hilite current page in menu

Hi,
I know this one should be super simple, but can't seem to figure it out. I have a menu that shows the current level, plus the children of the current selected page, shown below in the code section. What I would like is to apply a style to the currently page's menu item (to show that it's the page being viewed). can't seem to spot how to do it in the design PDF.



Any tips?



Thanks

Dale


     
  • Home
  •                                                                                                    

Take a look at settings.class.*, like this:


[html]<mysource_set name="settings.class.normal" value="" />

<mysource_set name="settings.class.current" value="current" />

<mysource_set name="settings.class.hierarchy" value="" />[/html]



You can then use "settings.class" to print out the value at the appropriate poinnt in the hierarchy.

[quote]Take a look at settings.class.*, like this:


[html]<mysource_set name=“settings.class.normal” value="" />

<mysource_set name=“settings.class.current” value=“current” />

<mysource_set name=“settings.class.hierarchy” value="" />[/html]



You can then use “settings.class” to print out the value at the appropriate poinnt in the hierarchy.

[right][post=“11101”]<{POST_SNAPBACK}>[/post][/right][/quote]

Thanks, I realised now that it is in the manual, I stopped reading when I hit the stalks version thinking it didn’t apply to the normal menu.



Cheers

dale