It doesn't look like the table renderer adds any style classes onto
the TR elements. You could use CSS to do it. Have you tried:

af|table:content > TR:hover {
  background-color: yellow;
}

This should theoretically work in IE7 and the "good" browsers

On 8/29/07, Francisco Passos <[EMAIL PROTECTED]> wrote:
> Hello all!
>
> I'm wondering if it is possible to change the css style for a tr:table line
> when the mouse is hovering.
> And if so, can one do it directly on the skin?
>
> Thank you,
>
> Francisco Passos
>

Reply via email to