3 Replies Latest reply on Sep 7, 2007 8:06 AM by rhythmicdevil

    DropDownMenu is jumping on mouseover

    rhythmicdevil

      Hello,
      I am new to JSF. I am trying to use the component rich:dropDownMenu.
      I have placed a border around the element to make it look more like a drop down list by adding a style to the tag like this:

      <rich:dropDownMenu style="border:1px solid #959595;" id="products" value="Select An Item" event="onclick">


      The issue I am having is when you mouseover the element the bottom border moves up 1pixel and the text "Select An Item" moves up and to the left 1pixel.

      I have tried to overwrite the styles in my style sheet.
      I have viewed the CSS using Firebug and I cant see anything that would cause this behavior. Any helpful advice would be appreciated.

      Thanks.