This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Change background image for <rich:inputNumberSlider>?ilya_shaikovsky Feb 26, 2010 5:23 AM (in response to daymar)if just defining classes defined in reference - not helps - check applied classes with FF FireBug plugin.
- 
        2. Re: Change background image for <rich:inputNumberSlider>?daymar Mar 9, 2010 10:15 PM (in response to ilya_shaikovsky)I started by inspecting in FB! The class that displays the image I want to replace looks like: .dr-insldr-handler {background-image:url("/richfaces-demo/a4j/g/3_2_2.SR1org.richfaces.renderkit.html.images.SliderArrowImage/DATB/eAH7z8DAAAAEAAEA.jsf");}.dr-insldr-handler {background-color:transparent;font-size:1px;height:8px;position:absolute;text-align:center;width:7px;z-index:1;}I have no idea why it would output the class twice and no matter what I do, it won't take a different image path. It always gets overwritten by the obscure one embedded in the component...
- 
        3. Re: Change background image for <rich:inputNumberSlider>?nbelaevski Mar 10, 2010 5:34 AM (in response to daymar)You should use rich-* classes not dr-*. For the problem - check that your class definition is correct.
 
     
    