I am using hover in my celltree resources:

.cellTreeTopItemImageValue {
    background-color: #ffffff;
}

.cellTreeTopItemImageValue:hover {
    background-color: #EAFFFF;
}

.cellTreeTopItemImageValue a {
    color: #000000;
       text-decoration: none;
}

.cellTreeTopItemImageValue:hover a{
    color: #4479C1;
    text-decoration: underline;
}

but is still will not work unless I use one of the two changes I listed.
I have not been working with GWT for long, but we are running in IE7
standards mode and I had been told we need to. I am not sure that matters
though since I do not think it will change the fact that GWT can't resolve
the user.agent of IE10.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to