How do I add background images in a JSF application using richfaces and CSS?

前端 未结 5 2099
一生所求
一生所求 2020-12-13 16:18

I\'m making a website Using JSF and richfaces, but I need to do some background images on the drop down menu labels. I saw you can use the style attribute by doing

5条回答
  •  借酒劲吻你
    2020-12-13 16:42

    Are you following the example on the Richfaces demo site? ie. use a facet and place the image and text inside an enclosing element (eg. a span or div)

    
         
            
                
                
            
        
        
        
        ...
    
    

提交回复
热议问题