Search found 6 matches

by ca_grover
Sun Apr 30, 2006 8:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu + frames problems - SOLVED (kinda)
Replies: 9
Views: 5371

I just tacked it onto the end of the menu_data.js file. like so:

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="vertical";
style=menuStyle;
top=0;
aI("image=menu1.gif;overimage=menu1_over.gif;url=http://www.google.ca;target=content;");
aI("image=menu2.gif;overimage ...
by ca_grover
Sun Apr 30, 2006 6:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu + frames problems - SOLVED (kinda)
Replies: 9
Views: 5371

I thought I'd take a crack at this, and see if I can at least hack a solution until the official fix is done. (I'm pretty experienced with Javascript, and can actually understand the code in the menu.js file if I were to take the time to expand it to be more readable... :) )

It occured to me that ...
by ca_grover
Sun Apr 30, 2006 2:37 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu + frames problems - SOLVED (kinda)
Replies: 9
Views: 5371

Thanks Ruth.

I'm just curious - is there anyway I can trigger the roll over event on the pertinent menu items from code (on page load)? I'm thinking this would act as that first mouse over, and then the menu should work properly.
by ca_grover
Sat Apr 29, 2006 5:16 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu + frames problems - SOLVED (kinda)
Replies: 9
Views: 5371

Thanks Ruth.

Yep, I did see that link, and used it extensively to get to where I'm at.

I've put the files up on my own server for now. You can see it at http://grover.open2space.com/test/index.html

The libraries being used were purchased/downloaded today. So, I *think* I have the latest versions ...
by ca_grover
Sat Apr 29, 2006 1:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu + frames problems - SOLVED (kinda)
Replies: 9
Views: 5371

Forgot to mention, I'm testing this on Firefox, on a Linux system (Gentoo with KDE 3.5). Of course, the site will need to work cross browser, but I want to get it working before worrying about details like that... :)
by ca_grover
Sat Apr 29, 2006 1:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu + frames problems - SOLVED (kinda)
Replies: 9
Views: 5371

menu + frames problems - SOLVED (kinda)

Hi all.

I've been asked to get a menu working with cross-frame capabilities, and milonic was purchased for this. So, I have set up the files with partial success. But there are 2 issues remaining that are stumping me for now.

er, ignore that, one of the problems just went away - must have been ...