(CC'ing Contributors group - perhaps someone knows how to do this)
Thanks Martin. I want different background color for different check
boxes. For example, I have 3 check boxes in my UI:
checkbox-1 : background color: red
checkbox-2 : background color: green
checkbox-3 : background color: yellow
and so on ....
I can have many more checkboxes each with distinct background color.
How can I control this? Would be great to do this via a CSS and or
within Java code (DOM.setStyleAttribute(e, "background", "#FF0000");
Joster