Thanks for the info; I thought my life was hard enough worrying about IE7+!

I'd argue that selection is more important than hover, and should take
precedence, but it would probably be a bad thing to ask to change now.

For anyone searching the archives, I want to style Selected rows on the
Table Visualization differently, but when I hover over a row with my mouse
the Hover class takes precedence, and my selected styles go away. I was able
to get the behavior I wanted by listening for the Select event and then
adding a style to the individual TDs - The visualization overwrites any CSS
class you add to the TR got the reason ChartMan described.

-Bill

On Sun, Apr 24, 2011 at 4:08 AM, ChartMan <[email protected]> wrote:

> This is intentional as multiple case classes was not supported in IE 6 (
> http://www.quirksmode.org/css/multipleclasses.html).
>
> ChartMan
> On Apr 22, 2011 4:47 AM, "Bill Kuker" <[email protected]> wrote:
> > I am not certain if this is intentional, but when you mouse over a
> > selected row the selectedTableRow class goes away, and the
> > hoverTableRow class replaces it. When you mouse away the
> > selectedTableRow class returns.
> >
> > I would expect that the hover class would be added in addition to the
> > selected class, with the CSS set up so the right one takes precedence
> > visually, but content in cells could still be styled differently based
> > on selection.
> >
> > Would it be possible to leave the selected class on the selected
> > row(s), even as the hover class is added and removed?
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "Google Visualization API" 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-visualization-api?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" 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-visualization-api?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" 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-visualization-api?hl=en.

Reply via email to