0 Replies Latest reply on Nov 4, 2008 3:21 PM by nimo22

    rich-message-marker - styleClass intead facet?

    nimo22

      I know, I can set the image of a specified marker via facets:

      for example:

      <f:facet name="errorMarker">
      <h:graphicImage url="/image/error.png"/>
      </f:facet>


      Is there any possiblity, to set the graphic image via css?

      Something like:

      .rich-message-marker errorMarker img{
      
       url(../img/error.gif) 0 0 repeat;
      }