1 Reply Latest reply on Jun 25, 2010 12:51 AM by kolindian

    Changing background drop down menu

    kolindian

      Hello There,

       

      I am trying to change the background for the rich faces drop down menu ... now i tried doing this through css as follows

       

       

      .rich-menu-list, .rich-menu-list-border {
          background-image: url("../img/ddmenu.jpg");
      }
      but this only changes the background for part of the drop down while there is a thin strip on the left side which doesn't change .. am i missing something ?  how do i go about removing that small strip completely?

       

       

      any suggestions or workaround would be much appreciated.

        • 1. Re: Changing background drop down menu
          kolindian

          got it working with the following

           

           

          .rich-menu-item, .rich-menu-item a, .rich-menu-item a:hover, .rich-menu-item a:visited, .rich-menu-group,
          .rich-menu-group a, .rich-menu-group a:hover, .rich-menu-group a:visited {
              background-image: url("../img/ddmenu.jpg");
          }