2 Replies Latest reply on Aug 31, 2009 10:27 AM by johndoe123

    Alignment in header facet with IE

      Hi folks,

      consider the following code:

      <rich:panel id="someId">
       <f:facet name="header">
       <h:panelGroup>
      
       <h:outputText value="DataHeader" />
      
       <h:commandButton value="button1" />
      
       <h:commandButton value="button2" />
      
       </h:panelGroup>
       </f:facet>
      
      
      <h:outputText value="yaddayadda" />
      
      </rich:panel>


      How is it possible to align the two buttons on the right side of the header in IE? They always drop to the next line. I've tried various css-styles like removing margins/padding and setting display: inline, but nothing works. Can someone please give an example?