2 Replies Latest reply on Apr 23, 2008 11:58 AM by bm97

    Rich Tool Tip comes below the Drop down box

      In a Search Form, we have multiple drop down controls (Select one menu) one below the other and with captions. For some of the captions associated we have rich tool tip.
      This is housed inside a ajax output panel. When we move the mouse over to see the tool tip, BUT the portion of the tool tip that overlaps the drop down control appears below the drop down box.

      Pl let me know how to resolve this.

      tool tip code snippet:
      <a:ajaxOutputPanel>
      <a:jsfGraphicImage id="graphic1" value="...some image"/>
      <a:richHelpToolTip followMouse="true" direction="top-right" >
      <a:jsfPanelGridHelpInfo>
      <f:facet name="header">
      <a:jsfOutputText value="xxx"/>
      </f:facet>
      <a:jsfOutputTextHelp value="xxxxxxxx"/>
      </a:jsfPanelGridHelpInfo>
      </a:richHelpToolTip>
      </a:ajaxOutputPanel>


      Additional Info: If we use Rich Combo instead of select one menu, then it works fine but rich combo functionality cant be used as a select component as itr has issues. Combo cannot display labels and have values and Combo doesnt work in Opera browser properly ( unable to select value in Opera)

      Pl help