Results 1 to 4 of 4

Thread: Jim's Menu - Floating Menu in FireFox

  1. #1
    Join Date
    Oct 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Jim's Menu - Floating Menu in FireFox

    I love this menu. It works great in Internet Explorer. It moves when I resize the browser. However, in Firefox the menu is static. Even the demo is static in Firefox. How do I float the menu in Firefox? Visit www.drmbs.biz to see what I mean. First look in Internet Explorer, then in FireFox.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I seem to recall at least one menu that only floats in IE, this may be the one. Please read the documentation thoroughly.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Jim's DHTML menu V5.7
    http://www.dynamicdrive.com/dynamici...menu/index.htm

    I'm having the same problem with Netscape 8 (and Firefox). I reread the documentation, and there is no mention that the menu float will only work in IE....

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I misunderstood the question, I think. If you mean having the menu static on the page while the page is scrolled, I stand by my original response even if the documentation does not mention it. If you mean the 'float' function whereby the menu is supposed to stay in the same position relative to other page elements, this does not appear to work (in FF) even in the online demo for that (see below).

    Care should be taken however, be sure that you have configured the 'float' as per instructions in the tutorial.htm that comes in the distribution zip file.

    Still, I notice that the example3.htm on Dynamic drive, which is supposed to demonstrate the float function, when viewed at different window sizes, does not work as I would expect in FF. This seems to be due to FF not reloading the page on resize, something IE does do and something for which the current FF has built in safeguards against. May be time for another update. But, as this is a third party menu, you will need to check with the author.

    If this is the problem you are talking about, changing this line in dom-build.js from:

    Code:
    window.onresize = new Function("location.reload();");
    to:

    Code:
    window.onresize = function(){setTimeout("location.reload();",0)};
    will take care of it.
    Last edited by jscheuer1; 11-01-2005 at 06:03 PM.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •