Re: CSS3 Selector nth-child
I guess this is already a recorded issue:
http://code.google.com/p/google-web-toolkit/issues/detail?id=4422
--Dusty
On Dec 2, 10:53 am, dusty <du...@campbell-web.com> wrote:
> Hello,
>
> Using UiBinder I have an embedded CSS style and want to use nth-
> child(even). The Uibinder crashes saying it can't interpret the CSS.
> If I replace "even" with a number it says it is expecting <IDENT>. Is
> this possible with GWT?
>
> Here is my CSS segment:
>
> <ui:style>
> .productlist {
> cursor: pointer;
> width: 50em;
> padding: 10px 10px 0px 10px;
> }
>
> .productlist tr:nth-child(even) {
> background-color: silver;
> }
>
> </ui:style>
--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home