Re: Color of cells in row in mouse over

2010-01-05 Thread Zak
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  elements).

On Jan 5, 9:46 am, markww  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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Color of cells in row in mouse over

2010-01-05 Thread markww
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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.