Search found 7 matches

by william4
Sun Oct 31, 2010 10:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with sub-menu in frames on Firefox
Replies: 11
Views: 11525

Re: Problem with sub-menu in frames on Firefox

I expected the browser to cache the file once it was loaded use the cached version if it is required again. Now that I think about that, I realise I have caching disabled in Firefox (because I use it for testing during development), but enabled in the other browsers. Perhaps that's why it works in ...
by william4
Sat Oct 30, 2010 3:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with sub-menu in frames on Firefox
Replies: 11
Views: 11525

Re: Problem with sub-menu in frames on Firefox

So the answer is to have a separate data file for each frame.

Thanks for that.

William
by william4
Sat Oct 30, 2010 10:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with sub-menu in frames on Firefox
Replies: 11
Views: 11525

Re: Problem with sub-menu in frames on Firefox

Ruth

Yes, the sample frames page works correctly in all the browsers. I tried moving the menus into files and that didn't make any difference.

Thanks for your help. Now I know it's not just my imagination.

William
by william4
Fri Oct 29, 2010 8:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with sub-menu in frames on Firefox
Replies: 11
Views: 11525

Re: Problem with sub-menu in frames on Firefox

Hi Ruth

It's a private page, so I can't give you a link. However the 4 files I have put on this topic will demonstrate the problem (at least they do for me). Put them in a folder/directory and open index.html in a browser. Chrome is a minor issue as none of the users have that. The problem occur on ...
by william4
Fri Oct 29, 2010 7:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with sub-menu in frames on Firefox
Replies: 11
Views: 11525

Re: Problem with sub-menu in frames on Firefox

It's not a solution. It's a file I forgot to include in the first post.

The problem still exists in Firefox 3.6.12. I also discovered the menus do on work at all on Google Chrome.

WIlliam
by william4
Tue Oct 19, 2010 8:25 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with sub-menu in frames on Firefox
Replies: 11
Views: 11525

Re: Problem with sub-menu in frames on Firefox

Forgot to include menudata.js

fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

// main menu styles
with(mainMenuStyle=new mm_style ...
by william4
Mon Oct 18, 2010 10:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with sub-menu in frames on Firefox
Replies: 11
Views: 11525

Problem with sub-menu in frames on Firefox

Hi

Please can someone give me a clue as to why the sub-menu on the left side of the page built by the code below does not scroll its position in Firefox 3.6.10 or Camino 2.0.4 on Mac OS X 10.6.4? When the window is made shorter than the centre frame and a vertical scroll bar appears the sub-menu ...