Pop-Up Menu Link Question

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

  1. #1

    Default Pop-Up Menu Link Question

    Hello guys/gals -

    Only just started using FW so please go easy on me...
    Have just created my pop up menu sucessfuly and all works fine. I have my lndex in the root folder with all menu's/ sub menu's in there own folders with in the root. When linking the (pop up) menu from the index everything is fine, but when linking from on of my sub menu pages back to the index it will not look out side the folder its looking in. Every other application has a folder link so you can locate exactly. In the pop up menu link I am very limited.... Can someone tell me where I am going wrong (Please!).



    Lee Williamz webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. link to 2 pages with pop up menu
      Hi, I am using 2 iframes on my site. When someone clicks on a navigation menu button (using pop up behavior) I want the main body of my page...
    2. Careted 4 movies & a menu but can't link
      It's like I built an airplane but I forgot that I don't know how to fly it. I created 4 two-minute movie presentations for a CD to be...
    3. Pop-up menu from text link instead of image?
      Does anyone know if it's possible to generate a pop-up menu off of a text link instead of off a button? If so, can either Fireworks MX or Fireworks...
    4. Pop-up Menu will display the Link page or URL
      Hi, I've created a simple menu with one entry that has a pop-up menu using FW MX. When I click the pop-up menu's entry it will not display the link...
    5. url link to drop down menu
      Hey all, I have created a drop down menu in Flash MX and i want to create a url link on the buttons which drop down - can you do this? If so how?...
  3. #2

    Default Re: Pop-Up Menu Link Question

    Lee:
    > but when linking from on of my sub menu pages back to the index it will
    not look out side the folder its looking
    > in
    Yep - that's one of the problems with these menus.
    > Can someone tell me where I am going wrong (Please!).
    At the risk of sounding cynical and negative, you are going wrong by
    electing to use these menus.

    They will add at least 35K of code overhead to the first page, as well as a
    large dynamic write to each page containing the menus.

    You should also know that they link to your files using document relative
    links that are hardcoded in your javacript - not only are these links
    invisible to the DW link management routines (i.e., when you move a page in
    the site, you break the link), but worse, they are also invisible to the
    search engine spiders, and accessability requirements. You can solve the
    first of these link problems by
    converting your links to ROOT RELATIVE links, but you still have no link
    management capability through DW should you later rename or move any linked
    file. The only way to solve the second problem is to make sure that your
    pages have alternate, HTML-based navigation links on them.

    I am not fond of these menus (as you have no doubt guessed) and feel that it
    is important to know what you are getting into before you may devote much
    time to them.

    Here are some excellent alternatives with none of these drawbacks -

    [url]http://www.projectseven.com/tutorials/menuing/mcloser/index.htm[/url]

    or

    [url]http://www.projectseven.com/tutorials/auto_hide/index.htm[/url]

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "Lee Williamz" <webforumsuser@macromedia.com> wrote in message
    news:bhqd1r$j2s$1@forums.macromedia.com...
    > Hello guys/gals -
    >
    > Only just started using FW so please go easy on me...
    > Have just created my pop up menu sucessfuly and all works fine. I have my
    lndex in the root folder with all menu's/ sub menu's in there own folders
    with in the root. When linking the (pop up) menu from the index everything
    is fine, but when linking from on of my sub menu pages back to the index it
    will not look out side the folder its looking in. Every other application
    has a folder link so you can locate exactly. In the pop up menu link I am
    very limited.... Can someone tell me where I am going wrong (Please!).
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Pop-Up Menu Link Question

    Lee:

    You're welcome!

    Change this (assuming that your arrows.gif image is in the images folder off
    the root of the site) -

    mm_menu_0205142547_0.childMenuIcon="arrows.gif";

    to this -

    mm_menu_0205142547_0.childMenuIcon="/images/arrows.gif";

    for example (I am making this change in the js that is inserted in the head
    region of the page).

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "Lee Williamz" <webforumsuser@macromedia.com> wrote in message
    news:bhqlf8$46l$1@forums.macromedia.com...
    > Thanks for your reply, very helpful - As I just want to solve the problem
    short term please can you explain how I convert my links to Root Relative
    links, sure sounds like it will sort the problem. I the mean time I will be
    sure to follow your links provided. Thanks again for your reply
    >
    >

    Murray *TMM* 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