Help to extend Spry Menu Bar

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

  1. #1

    Default Help to extend Spry Menu Bar

    Dreamweaver does not allow the addition of a third-level submenu in Design mode so I'm looking to the experts for help with adding one using code.
    Thanks.
    ljknechtel Guest

  2. Similar Questions and Discussions

    1. SPry menu bar help
      I have recently migrated from MS frontpage '03 to Dreamweaver CS3. I must admit , for a novice at WYSIWYG and a complete beginner at the html code,...
    2. Spry Menu Background
      I have a horizontal menu that is #001143 and the default background for the spry menu is white. I have looked through the horizontal menu CSS for...
    3. Spry Menu Bar Overriden in IE6
      I have found that a:link, a:visited, a:hover, a:active that are used for links on the site override the spry menu bar colors, font and underline...
    4. ie Spry Menu help
      Hey guys, Im building a site with a spry menu on the left hand side. It looks good in Safari but the dimensions are bad in ie. Can you tell me...
    5. PLEASE HELP! Spry horizontal menu bar
      I've created a website and used the spry widget for a horizontal menu bar. It looks and performs great in Safari but when opened in Explorer the...
  3. #2

    Default Re: Help to extend Spry Menu Bar

    ljknechtel wrote:
    > Dreamweaver does not allow the addition of a third-level submenu in Design mode so I'm looking to the experts for help with adding one using code.
    You should ask Spry questions in the Spry forum:
    [url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602[/url]

    However, the Spry menus are simply nested lists. You can go into code view and add how ever many nested levels you want. Use the Menubar sample as a basis:
    [url]http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html[/url]
    Look in code view and check out the list that contains the Item 3 as it has two sub-levels.



    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert 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