4 Replies Latest reply on Feb 28, 2008 7:59 AM by fstof

    Tabs inside overflow div

    fstof

      Hi guys...
      I have a page where there is a div with overflow set to auto...
      Now on the div I have a tabpanel.
      When the content of the tabpanel is big enough for the div to starts scrolling the scrolbars appear but when I scroll the tabs stay put and the tabpanels' border scrolls
      Any Ideas?

      here is what I have

      ...
      <div style="height:500px; width: 100%; overflow:auto;">
       <rich:tabPanel>
       <rich:tab id="Greeting" label="Greeting">
       ....CONTENT......
       </rich:tab>
       </rich:tabPanel>
      </div>
      ...