I notice that GWT's Checkbox is implemented as a span + widget, so
that it can keep the label and the widget together.  Adding a style
adds it to the span.  How can I style a Checkbox widget via CSS so
that it has absolute positioning in it's parent container?  I'm
creating a UI that sets most items to absolute positions--it doesn't
want thing to float or move around when the page resizes.  As of now,
the checkboxes don't even show up in their containing <div>.

Thanks!
Dave

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