Search found 11 matches

by starmetheus
Wed Nov 02, 2005 12:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to display a tree menu branch upon page load?
Replies: 2
Views: 2569

This capability was added in a fairly recent update to the treemenu.js.

The function you'd want to use would be:
openBranchByName("Finance");

Make sure you have the most recent treemenu, and it should work fine. If I'm remembering correctly, it was added back in September...so if you've downloaded ...
by starmetheus
Tue Nov 01, 2005 6:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with treemenu and firefox
Replies: 11
Views: 7247

it appears to be working now.

i'll keep an eye out for the update to the treemenu module.

thanks for the help, the update, and for the great product.
by starmetheus
Fri Oct 28, 2005 5:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with treemenu and firefox
Replies: 11
Views: 7247

Hi Andy,

The pre-release doesn't appear to fix the issue. The treemenu still seems to behave the same way...the only difference is now IE and Opera do it too.

I guess a step in the right direction is all the browsers seem to have the same behavior now. :)

Also, with the pre-release, my normal ...
by starmetheus
Wed Oct 26, 2005 8:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with treemenu and firefox
Replies: 11
Views: 7247

Hello again...this problem doesn't quite seem to be fixed yet. While the newer releases of the menu corrected the behavior of not responding to the links in Firefox, the menu seems to ignore the "target" attribute.

I thought maybe it was something in my menu definition, but I can't find anything ...
by starmetheus
Mon Oct 10, 2005 9:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with treemenu and firefox
Replies: 11
Views: 7247

Thanks for the update, and no worries on it taking a little while...just glad to hear it's been fixed. :)
by starmetheus
Mon Sep 26, 2005 10:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Images aren't displayed in sub folders
Replies: 5
Views: 4072

Good guess Ruth ;)

I believe that adding the / in front of images should take care of the problem.

example:
overbgimage="images/Dhtml_Menu/backon_beige.gif";

change to...

overbgimage="/TESTSITE/images/Dhtml_Menu/backon_beige.gif";

In this case the path needs the /TESTSITE/, but when the files ...
by starmetheus
Tue Sep 13, 2005 6:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I open a treemenu by default?
Replies: 8
Views: 6127

the new version of treemenu.js seems to take care of this.

from the release notes:
Added new methods to the treemenu.js module, openBranchByName(), closeBranchByName(), clickBranch(), openAllBranches and closeAllBranches() modules, documentation to follow

I tried using openBranchByName() and it ...
by starmetheus
Wed Sep 07, 2005 9:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with treemenu and firefox
Replies: 11
Views: 7247

I'm hoping for an update as well. My menu appears to work fine in Opera 8, as well sa IE, but Firefox (version 1.0.6, by the way) is still a problem.

Any updates would be appreciated. Thank you.
by starmetheus
Wed Sep 07, 2005 9:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Popup target size
Replies: 3
Views: 2906

yeah, it's possible. as Ruth mentioned, it uses targetfeatures.

using your example, it'd look something like this:

aI("text=Link Text;url=http://www.__My_Link__.com;target=miniwin;targetfeatures=toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=800,height=600;");
by starmetheus
Mon Jul 11, 2005 8:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with treemenu and firefox
Replies: 11
Views: 7247

Hi Ruth,

Thanks for the reply and for looking into the problem for me. The time spent is certainly appreciated.
by starmetheus
Thu Jul 07, 2005 10:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with treemenu and firefox
Replies: 11
Views: 7247

problem with treemenu and firefox

hi, i'm having a problem with the treemenu bolt-on where none of the links in the menu are working. the menu expands and collapses as expected, but when clicking on a menu item that is a link, the page never loads.

the menu works fine in IE, but not firefox.

Link to the menu

any help would be ...