0 Replies Latest reply on Mar 26, 2010 1:35 PM by peterlen

    Rich Tree selectedClass problem in Firefox 2.... thoughts?

    peterlen

      Hello,

       

      I have a rich tree which uses the selectedClass attibute.  The class in my CSS file is defined like:

       

      .selectedDataTreeRow {
         background-color:pink;
         font-size:1.5em;
         color:blue;
      }

       

      This works fine in IE 7 but Firefox 2 does not render any of the class styles.  Does anyone one why?

       

      Thanks for any thoughts - Peter