3 Replies Latest reply on Jan 19, 2008 6:00 AM by fmarwede

    client mode rich tooltip

      Rendering of a client mode rich tooltip inside a data table has the stylesheet of the table attached to it. Is there a way to change it ?

      I am adding this at the end of the data table

      <rich:jQuery selector="#fritem tr:odd" query="addClass('odd-row')" />
      <rich:jQuery selector="#fritem tr:even" query="addClass('even-row')" />
      <rich:jQuery selector="#fritem tr"
      query="mouseover(function(){jQuery(this).addClass('active-row')})"/>
      <rich:jQuery selector="#fritem tr"
      query="mouseout(function(){jQuery(this).removeClass('active-row')})"/>

      Thanks,

      M