We have a GWT application laid out in the old way with lots of nested
HorizontalPanels, VerticalPanel, FloatPanels etc. Designers want me to
apply CSS ZenGarden type layouts. I know this is impractical and
HTMLPanels are what should be used with CSS layout.

I can set negative margin and contents of a vertical panel appears to
the left of the panel as 1 column. Now I want the contents to span
from the left negative margin to the right width of the panel with as
many elements that will fit. Replacing the inner VerticalPanel with a
few other types of panels still leaves me with 1 column.

What can I do with CSS layout short of rewriting the containing
layouts?

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