1 Reply Latest reply on Jan 7, 2008 11:24 PM by sergeysmirnov

    Richfaces Panel Bar with images

    mashooha

      Hi, I'm trying to build a MS-outlook style "Accordion Menu" with help of Panel Bar and panelBarItems tags but I need to associate an image for every header of panelBarItem

      so, I created a CSS and used the headerClass


      .Reports { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="graphics/reports.png", sizingMethod="crop"); }

      <rich:panelBarItem label="Reports" headerClass="Reports ">
      </rich:panelBarItem>

      but no luck , any body has a thought on how to achive this task.

      Thanx in advance.