Please, give me an answer regarding the topic found at viewtopic.php?t=5084. I'm running out of ideas, and it's almost imposible to follow the functions structure to create a custom function for that purpose.
I repeat the issue: the menu is in a page containing an iframe; it works fine, except the feature that highlights the current page's menu item (and all the above items recursively); i would really like to use that feature exactly as it behaves in the usual, no-frames samples... Is that possible?
Thanks.
IFrame issue - help needed!
Re: IFrame issue - help needed!
No.kilkul wrote:...Is that possible?
The pagematch feature matches the menu item to some aspect of the url of the page that contains the menu. The problem is that the page containing the menu and the page in the iframe are two separate pages, even though the layout may present them as more of a single unit. To the browser, it's almost as if each was in its own separate browser window.
Follow which function's structure?kilkul wrote:it's almost imposible to follow the functions structure to create a custom function for that purpose
Kevin