If you do not need to support IE6, you can do this with CSS alone:

.myFlexTable tr:hover {
  background-color: blue;
}

If you have trouble getting it to work in IE7, make sure you have a
strict DOCTYPE in you host HTML page: http://www.bernzilla.com/item.php?id=762

If you do need to support this in IE6, it will require some coding
(IE6 only supports the :hover pseudo-class on <a> elements).

On Jan 5, 9:46 am, markww <[email protected]> wrote:
> Hi,
>
> Does anyone have an example of setting the color of a row of cells in
> a FlexTable on a mouse over? I'd like to turn the whole row of cells
> green for example when the user puts the mouse over any cell in that
> row,
>
> Thanks
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to