Popup Menus Not Working In Netscape

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Re: Popup Menus Not Working In Netscape

    Tom--

    You have a space in the folder name "Nav Bar" that is probably choking
    Netscape. Change that folder name to "navbar" and you should be OK. (Best to
    also avoid capital letters for folder names as well.)

    --
    Kim Cavanaugh, author
    Beginner's Guides to Dreamweaver and Fireworks
    [url]http://www.dw-fw-beginners.com[/url]
    ------------
    Extending Knowledge Daily at:
    [url]http://www.communitymx.com[/url]
    ------------
    Team Macromedia Volunteer for Fireworks
    [url]http://www.macromedia.com/go/team[/url]
    "thayert" <webforumsuser@macromedia.com> wrote in message
    news:bfugl8$ehj$1@forums.macromedia.com...
    > In Fireworks MX, I created a popup menu for a button. I imported the code
    in Dreamweaver MX and tested it. It works just fine in IE but it does not
    show up in Netscape 7.01. Is there something I can do to correct that? The
    temporary url is [url]www.tomthayer.com/SHHS[/url], and the button in question is
    "calendar"
    > Tom Thayer
    >
    >

    Kim Cavanaugh Guest

  2. Similar Questions and Discussions

    1. HELP!!!! - dmx popup menu not working in netscape 4.7
      I have created a popup menu in dreamweaver which works fine in IE5 but not in netscape communicator4.7 as the menu doesnt show, ive looked at the...
    2. popup menus not working right...
      i am using dreamweaver mx, and i am trying to us the "show popup menu" behavior. I have my menus set up, the look fine, they preview fine, but when...
    3. Weird Page Repaint Error, Netscape 4 & MX Popup Menus
      I am having the same problem. However, I am using coldfusion and not ASP.Net. Any ideas? Has anyone heard of this happening in any other case? ...
    4. drop down menus not working in Netscape
      Any clue as to why the drop down menu is not working here --under "About" in the top navigation bar. Some of the drop down menu items seem to work...
    5. pop-up menus not working in Netscape 7.0
      Chris: <sigh> Take all the time you have spent trying to make these pop-ups work (don't you love them?). In that same amount of time, you...
  3. #2

    Default Re: Popup Menus Not Working In Netscape

    Thank you for your response Kim. I made your suggested adjustments. There are no spaces now and no caps. However, it still does not popup in Netscape. Could it have anything to do with the script near the beginning which addresses the popup menu items?
    Tom



    thayert webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Popup Menus Not Working In Netscape

    Tom--

    The next thing I'd try is moving this line of script:

    <script language="JavaScript1.2"
    type="text/JavaScript1.2">mmLoadMenus();</script>
    from its current position about 10 lines down from the opening body tag to
    the very first line after the body tag. That usually causes problems with
    Mac browsers anyway, so you'll want in the correct position regardless of
    whether it fixes the Netscape problem or not.
    --
    Kim Cavanaugh, author
    Beginner's Guides to Dreamweaver and Fireworks
    [url]http://www.dw-fw-beginners.com[/url]
    ------------
    Extending Knowledge Daily at:
    [url]http://www.communitymx.com[/url]
    ------------
    Team Macromedia Volunteer for Fireworks
    [url]http://www.macromedia.com/go/team[/url]
    "thayert" <webforumsuser@macromedia.com> wrote in message
    news:bg30at$7kf$1@forums.macromedia.com...
    > Thank you for your response Kim. I made your suggested adjustments. There
    are no spaces now and no caps. However, it still does not popup in Netscape.
    Could it have anything to do with the script near the beginning which
    addresses the popup menu items?
    > Tom
    >
    >

    Kim Cavanaugh Guest

  5. #4

    Default Re: Popup Menus Not Working In Netscape

    Thanks again for your help Kim. I moved the line and it still does not work. I did notice that if I delete the following line "<script language="JavaScript1.2" src="mm_menu.js"></script>" from two lines above the opening body tag, the popup stops working in IE also. I tried also moving it to below the opening body tag, next to the one you suggested moving and that had no effect.
    Is there something I can do to tweak that line of code to make it work in Netscape?
    Tom


    thayert webforumsuser@macromedia.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139