5 Replies Latest reply on Nov 10, 2009 5:52 AM by gamba

    tooltip hided behind tabs in IE7

    gamba

      Hi,

      my tooltips for tab-menu-items, which works fine in firefox, are hided in IE7.
      I can only see a piece of them behind the tabs. The zindex property doesn't help.

      Here is the code of one of my tabs ...

      ...
      <rich:tab id="changeListsTab" labelWidth="65px" style="margin-top:0px;"
       eventsQueue="changeListsTabQueue" requestDelay="500" ignoreDupResponses="true">
       <f:facet name="label">
       <h:panelGroup>
       <h:graphicImage id="changeImage" value="#{msg.imageChange2}" styleClass="pisMenuTabItemImageClass" />
       <rich:toolTip value="#{msg.menuChangeLists}" for="changeImage" followMouse="true" style="background-color:#EDEAE6; border:0 none; font-size: 11px; font-family: Verdana; font-weight:normal;" />
       </h:panelGroup>
       </f:facet>
      
       <ui:include src="menuContent/contentChangeLists.xhtml" />
      </rich:tab>
      ...
      



      Thx,
      Gamba