1 Reply Latest reply on Dec 4, 2008 4:05 AM by ilya_shaikovsky

    How to change arraw image of InputNumberSlider

    antongoestohollywood

      Is it possible to change the image of the arrow of <rich:inputNumberSlider> ?
      I want to exchange the small arrow through an larger one.

      I made some tries using custom styles like

      .rich-inslider-handler {
       background-color: #FF0000;
       background-image: mybutton.png;
      }
      


      but I wasn't successful because I don't know the syntax exactly.