Search found 6 matches

by Inuyasha
Sun Mar 06, 2005 6:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: "Current page" indication on menu
Replies: 9
Views: 4736

I got it working, thanks for your help everyone! It turns out that the URL the Home menu item was set to was an alternative URL (http://home.comcast.net/~gc.17/Home.html)... so it did not recognize http://gc.17.home.comcast.net/Home.html.
by Inuyasha
Sun Mar 06, 2005 4:10 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: "Current page" indication on menu
Replies: 9
Views: 4736

The url in the item is http://home.comcast.net/~gc.17/Home.html The url you get when you click the button to enter is http://gc.17.home.comcast.net/Home.html? So it is not matching.

Try coding that item with a pagematch. aI("text=Home;url=http://home.comcast.net/~gc.17/Home.html;pagematch=http ...
by Inuyasha
Sat Mar 05, 2005 7:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: "Current page" indication on menu
Replies: 9
Views: 4736

Also, the script right after the body tag, which starts "function SymError()" is added after I upload the page by the server, it seems, and is always immediately after the <head> tag, so the JS menu call script has to be after it. I don't actually know what "SymError" script does, for that matter.
by Inuyasha
Sat Mar 05, 2005 7:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: "Current page" indication on menu
Replies: 9
Views: 4736

It's failing on Mac as well.

At quick glance (I just got called out for fire duty), I don't see anything glaring. Try moving your JS menu calls down to the FIRST items after the body tag.

I've moved it down below the body tag now, and the menu system still works but the problem remains, it seems ...
by Inuyasha
Sat Mar 05, 2005 5:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: "Current page" indication on menu
Replies: 9
Views: 4736

John wrote:Please provide, as requested, a URL.

Also, what browser, OS, and versions are you running?
The URL is:

http://gc.17.home.comcast.net/

I'm running Windows XP Home Edition SP2, and both Firefox 1.0.1 and Internet Explorer 6.0. The DHTML menu on the site is version 5.714.

Thanks for your help!
by Inuyasha
Sat Mar 05, 2005 8:02 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: "Current page" indication on menu
Replies: 9
Views: 4736

"Current page" indication on menu

In the DHTML menu, the background color for the menu item that the user is currently at is different than the other items. However there seems to be a slight problem on my site. When I navigate to the home page for the first time in the session (and thus not used the DHTML menu to get to the page ...