1 Reply Latest reply on May 27, 2008 3:50 AM by daniel.soneira

    toolbar,  transparent colorr on images

    ajanz

      hi,

      i am using the toolbar.

      code is




      <rich:toolBar height="24" itemSeparator="line">
      <rich:toolBarGroup>
      <h:graphicImage id="edit" value="/images/icons/edit.jpg" />
      <h:outputLabel value="Bearbeiten" for="edit" />
      </rich:toolBarGroup>
      <rich:toolBarGroup>
      <h:graphicImage id="save" value="/images/icons/save.jpg" />
      <h:outputLabel value="Speichern" for="save" />
      </rich:toolBarGroup>
      </rich:toolbar>
      


      unfortunately the images got a white frame border. is the a transparent color? or what must i do?