Hey, I want to create a panel with a list of questions, with every other
question shaded to make it more visible. Advice on the best way to do this
in GWT?

One option is the CSS :nth-item tag, but looks like that has incomplete
support. When Drupal populates a list, it automatically adds a -even or -odd
class to items; that seems better. Another option is to add a class like
this manually when you add an item to the list, but then removing an item
becomes a pain. Maybe there is a better way to do this automatically that I
am missing? Let me know...

Thanks for the help,
Brett

-- 
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.

Reply via email to