Can you add links to drop down menus?

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Can you add links to drop down menus?

    Hi,

    I don't use Contribute, but my sister does and is trying to add a link to a
    menu drop down.
    Is this possible through Contribute? If so, how?

    Thanks for any help anyone can offer.
    I'm kind of thinking you can't, as their doesn't appear to be any info
    anywhere on the web or in
    a user manual about this.

    h. :)

    heided_2000 Guest

  2. Similar Questions and Discussions

    1. Drop down menus using CSS
      Can anyone more experienced with Dreamweaver help me get my drop down menu to work in IE? By looking at the website I have been trying to fix,...
    2. drop down menus
      CC: It loads slowly because it is large relative to the target weight for a web page. The only remedy is to not use that method. Here are two...
    3. Drop-Down Menus?
      this might be a silly question, but what is the best way to use DW drop-down menus througout your site for navigation? Is there a way to put the...
    4. Drop Menus?
      Do I need a special software or different program to create in a normal flash page production, a drop menu that (a) drops when scrolled over, (b)...
    5. drop-down menus and the frustration .
      hi all. im sort of stuck with a problem. until now. ive created a navigation system that requires a drop down menu. only thing is that whether i...
  3. #2

    Default Re: Can you add links to drop down menus?

    The drop down menu ism probably a css and/or javascript solution. Can you post
    the url to a page, maybe I can help you. if the links are placed in a central
    javascript or include-file, you could probably edit this file.

    ThinkInk Guest

  4. #3

    Default Re: Can you add links to drop down menus?

    Hey think, I saw your post on the collapsible panel as well. If this was a Spry Menu could an editable region help that as well?

    Thanks (sorry for the semi hijack)
    studio_wilke Guest

  5. #4

    Default Re: Can you add links to drop down menus?

    Tested this, but does not seem to work. I don't think it's a good solution
    either. Whene you have a large menu you would need many editable regions.
    Better create a list-style menu (ul, li) and use CSS to make it look right. You
    can then include the list-menu in your pages using PHP ( <?php
    include("menu.php"); ?> ) and update the menu by updating the include file.

    ThinkInk 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