Are Flyout menus possible in contribute

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

  1. #1

    Default Are Flyout menus possible in contribute

    Is it possible to create a flyout menu in contribute?

    Would I have to make one in Dreamweaver? If so, how would I do that? My website is in asp. Thank you!
    mcoll628 Guest

  2. Similar Questions and Discussions

    1. Contribute and drop down CSS menus
      Is it possible to edit drop down horizonal CSS menus with Contribute? I'd like to recommend this product to a client but their site (which I'm...
    2. Pluginlab V Flyout menu - multiple menus on a singlesite?
      I have a site www.cmmeurope.com where I have a Pluginlab Vertical and Horizontal fly out menu on each page. The scripts live in a directory off the...
    3. Eporting 2 different fireworks flyout menus into 1 Dreamweaver template
      Thank you both for your responses. To recreate the whole site would be very complex. I think I would like to take a shot at the coding idea....
    4. flyout menus
      I've never done a flyout menu before and had a couple of questions regarding the positioning of layers with flyout menus. When you set the...
    5. Border and Netscape Support for Flyout Menus
      As a newbie to Dreamweaver, I am hoping someone can tell me what the latest is on Netscape support for flyout menus. After researching this...
  3. #2

    Default Re: Are Flyout menus possible in contribute

    Hi

    I'm using Contrbute 3, so I can't comment on the later versions 4 and CS3.
    Unless there've been some major changes since v3, I don't think you'll be able
    to create flyout menus in Contribute. You may however, be able to set up the
    type of menu you want using Dreamweaver and add/edit pages using Contribute.

    The effects you're after are javascript based, so a good ajax library which
    will create flyout menus from unordered list items would be my logical place to
    start. Something like the Yahoo YUI library.

    You'll have a problem if the effects require editing/adding code (e.g. adding
    a "rel" attribute) - yes, you can do it in an external editor but that defeats
    the purpose of Contribute. Providing the ajax library will create flyout menus
    from an unordered (or ordered) list item only, without any extra attributes)
    then you should be OK.

    mpjx Guest

  4. #3

    Default Re: Are Flyout menus possible in contribute

    Hi

    I'm using Contrbute 3, so I can't comment on the later versions 4 and CS3.
    Unless there've been some major changes since v3, I don't think you'll be able
    to create flyout menus in Contribute. You may however, be able to set up the
    type of menu you want using Dreamweaver and add/edit pages using Contribute.

    The effects you're after are javascript based, so a good ajax library which
    will create flyout menus from unordered list items would be my logical place to
    start. Something like the Yahoo YUI library.

    You'll have a problem if the effects require editing/adding code (e.g. adding
    a "rel" attribute) - yes, you can do it in an external editor but that defeats
    the purpose of Contribute. Providing the ajax library will create flyout menus
    from an unordered (or ordered) list item only, without any extra attributes)
    then you should be OK.

    mpjx Guest

  5. #4

    Default Re: Are Flyout menus possible in contribute

    We are just about to roll out a new design for the Valdosta State University
    main webpage that uses a "flyout" menu system.

    The mechanism I have implemented is to use

    [url]http://www.htmldog.com/articles/suckerfish/dropdowns/[/url]

    This is basically a set of CSS stylesheets that are applied to a series of
    nested unordered lists. Since it doesn't require any Javascript it is
    completely accessible and it degrades nicely when used by browsers that don't
    support the advanced styling as well as various screenreaders.

    For an example of how it is being implemented take a look at our development
    site:

    [url]http://www2.valdosta.edu/[/url]

    Andy

    arfore 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