I read that using widgets like VerticalPanel, witch are composed of
<td> elements can create some problems when working with some css
properties (height in percentage in this case, or vertical align).

If i need a cell panel, i found thay DockLayoutPanel for example is
good because it uses <div> elements.
My questions are:
1. Are there other panels that don't have problems with height in % or
smth like that? (that also use <div> elements probably )
2. What would you recommend if i need a table widget ? (FlexTable is
also composed from <tr>, <td> elements right ?, or a table created by
Vertical and Horizontal Panels)

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