
Situation:
I made a non-generated (static) menu, for which I didn't use the menu manager and menu tag, because the menu links had to be made with background images. I solved this by including the menu links in the layout template.
My question is:
How can I highlight the active page? What I want to do is apply the css hover style to the page where I'm at, so when I click on a menu link, the page should load with the clicked link highlighted.
How do I do that?
thanks,
Zoltan