2 Replies Latest reply on Aug 2, 2007 2:53 PM by sergeysmirnov

    onMouseOver-Row Size

    richfacesuser

      onRowMouseOver is behaving strangely.
      When I am setting the backgroundColor property like onRowMouseOver="this.style.backgroudColor='#F1F1F1'", It works fine.
      But when I am setting the style class using the JavaScript like

      onRowMouseOver="onOver(this)"

      and JavaScript function is


      function onOver(a) {
      a.className='styleclassname'
      }
      }

      on mouseover, the row size vertical and horizontal alignements are changed.
      Is there some thing to do with the richfaces