Hi there,
In the normal scenario if I have some CSS like
a, a:visited, a:hover { ... }
How can we implement the same thing if we want to use CSSResourceBundles? I
can create a CSS class for the anchor tag and then use
<a class="foo"> ...</a> to define styles for the anchor tag.
but if I want to have some effect like, underlining for example, which would
in normal case be implemented as :
a:hover {text-decoration:underline;}
How should we do in the CSSResourceBundle case?
Thankyou!
Tej
--
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.