1 Reply Latest reply: Jan 8, 2010 11:08 PM by Ben Pleysier RSS

    creating sub menus

    k.loy Community Member

      Do spry sub menus need to be vertical?

      is there a way to edit the css to look like the menus on this site?

       

      http://www.forbes.com/

        • 1. Re: creating sub menus
          Ben Pleysier CommunityMVP

          Change the following rule to

           

          ul.MenuBarHorizontal ul
          {
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              z-index: 1020;
              cursor: default;
             
          width: 800px; // or something similar
              position: absolute;
              left: -1000em;
          }