2 Replies Latest reply on Aug 10, 2011 7:58 AM by ilya_shaikovsky

    rich:list not displaying properly in IE 7

    selfcare

      Hi,

       

      Below is my code to display a list.

       

         <div class="offer-box">

               <rich:list value="#{myOffers.offers}" id="list" var="offersList">

                     <h:outputText value="#{offersList.offerName}"></h:outputText>

                        <br></br>

                    <h:outputText value="#{offersList.offerDescription}"></h:outputText>

                        <br></br>        

                </rich:list>

                       <br></br>

          </div>

       

      Its displaying properly (as per the attachment) in Mozilla 3 but not in IE 7.

       

      "offer-box" css is

       

      width:100%;padding:15px 0; border-top:1px solid #e7e7e7; display:block; float:left

       

       

      How can I display properly in IE 7 just like Mozilla? (Displaying properly in Opera too)

       

      Regards,