3 Replies Latest reply on Jul 27, 2009 6:43 AM by radu123

    Scroll problem on Internet Explorer

    radu123

      Hi ,

      I am using a rich tab panel inside of a scrollable area but when scroll occurs tab panel gets down with it, it behaves like no scrollable are was added, on FireFox there are no troubles.
      Basically my code is something like that:

       <a4j:outputPanel layout="block" styleClass="scClass">
      
       <rich:tabPanel>
       <rich:tab label="test">
       ..........
       </rich:tab>
       </rich:tabPanel>
       </a4j:outputPanel>
      
      where scrolling class is:
      
      .scClass{ height: 335px; overflow-y: scroll; overflow-x: hidden; }