Hello - does anyone have any suggestions??? To me it looks like a bug in the milonic menu code...
Regards,
Neil
Search found 4 matches
- Mon Jan 14, 2008 11:29 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Highlighting static menus with dynamic pages (ajax based)
- Replies: 5
- Views: 3832
- Sun Jan 06, 2008 10:42 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Highlighting static menus with dynamic pages (ajax based)
- Replies: 5
- Views: 3832
Re: Highlighting static menus with dynamic pages (ajax based)
Hi Ruth,
Maybe if you see it that will show what I mean... I have my new site which I am working on running here:
http://inhgs.hampshire.org.uk/inhgsnew/index.php
There is a top level horizontal menu showing ( eg Home/Feedback/Events etc..) Clicking on these work fine - i.e the menu item is changed ...
Maybe if you see it that will show what I mean... I have my new site which I am working on running here:
http://inhgs.hampshire.org.uk/inhgsnew/index.php
There is a top level horizontal menu showing ( eg Home/Feedback/Events etc..) Clicking on these work fine - i.e the menu item is changed ...
- Sun Jan 06, 2008 8:34 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Highlighting static menus with dynamic pages (ajax based)
- Replies: 5
- Views: 3832
Re: Highlighting static menus with dynamic pages (ajax based)
Ok - I've done more research into this have come up with the following....a modification on the highlightme() item...
lastClickedItem = -1;
lastOffbgcolor = -1;
lastOffcolor = -1;
function highlightme()
{
if (lastClickedItem > -1 && lastClickedItem != _itemRef) {
_I=_mi[lastClickedItem];
// Do ...
lastClickedItem = -1;
lastOffbgcolor = -1;
lastOffcolor = -1;
function highlightme()
{
if (lastClickedItem > -1 && lastClickedItem != _itemRef) {
_I=_mi[lastClickedItem];
// Do ...
- Fri Jan 04, 2008 4:33 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Highlighting static menus with dynamic pages (ajax based)
- Replies: 5
- Views: 3832
Highlighting static menus with dynamic pages (ajax based)
I am trying to see how I can highlight the appropriate menu item using clickfunction and the mmpagehighlighter.js module for a website that the page content is driven by ajax - i.e. the lower portion of the page content changes when each menu item is clicked. So the page never refreshes (in html ...