Spry menubar widget, submenu background different color

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

  1. #1

    Default Spry menubar widget, submenu background different color

    Hello,

    Who knows if it is possible to assign different background-colors to main- and submenulevels?

    Regards, Dik
    dik Guest

  2. Similar Questions and Discussions

    1. Spry Widget Conversion
      Hello everyone, thanks for looking. I have some php code I have developed that which creates a web-site navigation menu with a list of main...
    2. Editing CS3 Spry widget
      Hi, I have created a accordion menu using a spry widget built into Dreamweaver CS3. However I want to amend this so that the menu is collapsed...
    3. Spry Submenu Doesn't Work Properly in IE7
      The page in question is at http://www.mayland.edu/test/index.html . I am at my wits end at solving a submenu drop-down problem in IE7. I used the...
    4. Spry submenu shifted in IE7 not in Firefox
      I cannot seem to correct an issue I am having whereby the drop down horizontal submenu appears directly under the main menu button in Firefox but is...
    5. Spry Submenu hides behind other layout tables whenviewed in browser
      Hi - I created a horizontal spry menu except when I preview in browsers (firefox/ IE/ safari) and check to make sure it works I find that sub menu...
  3. #2

    Default Re: Spry menubar widget, submenu background differentcolor

    Go to the related css page for your meny bar. In my case it's named SpryMenuBarHorizontal.css. You can change the colors of the menus and sub menus there.

    QT1209 Guest

  4. #3

    Default Re: Spry menubar widget, submenu background differentcolor

    I want to give menu and submenu each a different color...
    dik Guest

  5. #4

    Default Re: Spry menubar widget, submenu background differentcolor

    In the css file, find the following tags :

    ul.MenuBarHorizontal ul li
    - > {in these brackets you can add the submenu color}
    ul.MenuBarHorizontal ul
    - > {in these brackets you can add the submenu color}


    Yael_K 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