2 Replies Latest reply on Jul 3, 2009 7:08 AM by fuchs

    problem by using rich:tabPanel with switchType=ajax in ie7

    fuchs

      Hello,
      iam using the jbossportal 2.7.0 under windows vista and
      richface lib 3.3.0.GA (with 3.3.1.GA also)

      i have a tabpanel with the switchType "ajax".
      in firefox everything works fine, but in ie7 the tabs move under my image in the content of the tab.
      if i use switchType "server" this problem doesnt appear.

      <rich:tabPanel id="tabpanel" switchType="ajax">
       <rich:tab id="day" actionListener="#{myBean.switchTab}" data="#{myBean}">
      


      someone knows, what i could do?