hi experts,

As you know, a lot of widgets in GWT are implemented by div, such as
buttons. So, if I try to put some of these widgets together, each of
them will automatically get into the second row by the nature of div.

I don't want to use horizontal panel (basically a table) to force them
into the same row, because I want to minimize the usage of table to
keep the rendering speed. So I am currently using css:  display:
inline-block. But it does not work for all browsers.
So, I am wondering what are you guys using to put these divs into the
same row?
Thanks!

Autumn

--

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