Search found 5 matches

by kilkul
Fri Oct 22, 2004 11:28 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IFrame issue - help needed!
Replies: 1
Views: 2083

IFrame issue - help needed!

Please, give me an answer regarding the topic found at http://forum.milonic.com/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 ...
by kilkul
Wed Oct 20, 2004 2:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Item menu highlight not working properly
Replies: 3
Views: 5927

Item menu highlight not working properly

Though you've added a sample for the <b><i>clickfunction</i></b> property in the FAQ page, along with the <b><i>highlightme()</i></b> function, for those who had problems using the current page tracking feature when using iframes, the only thing that it does is changing the item's background color ...
by kilkul
Fri Oct 15, 2004 8:16 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: currently selected page not highlighted
Replies: 3
Views: 3621

i think i've fixed it :) removing the trailing ../../, which were added by an external function, and leaving only the URL from the database in the pagematch property, it highlights the current page's menu item

thanks for your suggestion! :D
by kilkul
Fri Oct 15, 2004 7:59 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: currently selected page not highlighted
Replies: 3
Views: 3621

sorry, though it seems to be a good ideea in case of common URLs, my menu is dynamically generated from a SQL database, and it can only work like that (i need to make it run on any server, so i can't add a fixed URL, and on every page it renders specific - with ../../)

i'm placing a sample in here ...
by kilkul
Thu Oct 14, 2004 3:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: currently selected page not highlighted
Replies: 3
Views: 3621

currently selected page not highlighted

i'm using your menu in a .net aspx project, structured in many subdirectories. my problem is that the only highlighted item in the menu is the one from the project's root, none of the other nested pages being highlighted when accessed. i saw a reply for a somehow similar issue, regarding an iframe ...