Is there a way to keep global cool navigation image highlighted?
Return to Recent Questions
Q:
Is there a way to keep global nav image highlighted (rollover image) if click on subnav link?
A:
You should write your own code on PHP.
To use dm_ext_setPressedItem() you should know ID of selected item and subitem. You can't get this ID after you reload your page.
That is why you should write your own code on PHP.
Return to Recent Questions
|