Pop-up menu from text link instead of image?

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

  1. #1

    Default 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 MX 2004 handle it?

    I would need it on the navigation buttons [url]http://www.morethangourmet.com/[/url].

    Thanks,
    Kirk Hiner


    Klytus 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 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...
    4. 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...
    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 from text link instead of image?

    Karl:

    You can do this easily in DMX by making the text into a null link first. To
    do this, select the text, and enter "javascript:;" (that's a colon
    semicolon) in the link field of the property inspector -

    <a href="javascript:;">Your selected text</a>

    Then by clicking anywhere within this null link, you can apply the show
    pop-up menu behavior.

    I want you to think very hard about whether you want to use these menus in
    light of the following -

    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 (508) 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.

    There are some excellent alternatives to these pop-ups that have none of
    these problems. Here are two methods that are very simple -

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

    or

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

    Here is a method that is more 'hands on' but very slick and equally trouble
    free -

    [url]http://www.youngpup.net/?request=/components/ypSlideOutMenus.xml[/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
    ==================

    "Klytus" <webforumsuser@macromedia.com> wrote in message
    news:bm10k0$19k$1@forums.macromedia.com...
    > 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 MX
    2004 handle it?
    >
    > I would need it on the navigation buttons [url]http://www.morethangourmet.com/[/url].
    >
    > Thanks,
    > Kirk Hiner
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Pop-up menu from text link instead of image?

    You can do it in Dreamweaver with show/hide layers, but not in Fireworks.


    Best regards,
    Linda Rathgeber
    ----------------
    Victoriana | [url]http://www.projectseven.com/dpacks/vic/index.htm[/url]
    Theme Pack 03 - Club | [url]www.projectseven.com[/url] |mm2| themes
    Contributor *PVII Foundations* [url]www.projectseven.com[/url]
    Co-author *Playing with Fire* [url]www.playingwithfire.com[/url]
    Team MM Fireworks Volunteer | [url]www.macromedia.com/go/team[/url]
    -----------------

    Linda Rathgeber Guest

  5. #4

    Default Re: Pop-up menu from text link instead of image?

    Thanks for the tip. I agree with your concerns, actually. The irony is that the client wants us to pursue this option because they feel those 0.5K buttons are slowing down the page's load time.

    Kirk


    Klytus webforumsuser@macromedia.com Guest

  6. #5

    Default Re: Pop-up menu from text link instead of image?

    Kirk:

    If they feel that the 0.5K buttons are slowing down the page's load time,
    how do they feel about the 31K javascript support file, or the 4-10K
    embedded javascript for the menu customization, or the 15-25K dynamic write
    to the page that the javascript triggers on EVERY page holding the menus?

    Dump these menus and do the WHOLE thing in less than 7K of code.

    Clients cannot make such decisions. They need your guidance. They have
    faulty information and you have to help them understand - geddit?

    --
    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
    ==================

    "Klytus" <webforumsuser@macromedia.com> wrote in message
    news:bm1b6s$n2t$1@forums.macromedia.com...
    > Thanks for the tip. I agree with your concerns, actually. The irony is
    that the client wants us to pursue this option because they feel those 0.5K
    buttons are slowing down the page's load time.
    >
    > Kirk
    >
    >

    Murray *TMM* Guest

  7. #6

    Default Re: Pop-up menu from text link instead of image?

    I'm with you, but this is one of these clients who thinks they know better than us, you know? Whenever we disagree with them, we have to compile loads of information on why we're right. A waste of time, yes, but they're our #1 client (money maker), so it's a neceesary evil. These forums have proven tremendously helpful each time we do this, so I thank you all.

    Kirk


    Klytus webforumsuser@macromedia.com Guest

  8. #7

    Default Re: Pop-up menu from text link instead of image?

    Kirk:

    Your client cannot make this decision for you since he/she has no way to
    appreciate the impact of it. Surely they are also asking you for pages that
    load briskly and that rank highly on search engines. Well, if they insist
    on the pop-ups then they get neither of those.

    In addition, your maintenance problems will be substantial down the road
    when you rename or move any menu-linked file.

    Educate your clients. Then take their money.

    --
    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
    ==================

    "Klytus" <webforumsuser@macromedia.com> wrote in message
    news:bm3lmu$fhq$1@forums.macromedia.com...
    > I'm with you, but this is one of these clients who thinks they know better
    than us, you know? Whenever we disagree with them, we have to compile loads
    of information on why we're right. A waste of time, yes, but they're our #1
    client (money maker), so it's a neceesary evil. These forums have proven
    tremendously helpful each time we do this, so I thank you all.
    >
    > Kirk
    >
    >

    Murray *TMM* Guest

  9. #8

    Default Re: Pop-up menu from text link instead of image?

    > Educate your clients.

    Exactly! The last client I met with was very grateful that I educated him in
    the most reasonable way of handling some of the things he wanted in a site.
    "That makes sense" was one of the most often uttered phrases during that
    consultation. :-)

    John


    John T 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