You can try playing with something like <div> <div style="float: left">stuff</div> <div style="float: left">more stuff</div> </div>
I've done some fairly complex layouts w/o tables. If you search for "layout omit tables" kind of query you should find several examples from those who shun tables as layout canvas. I think alistapart would be a good starting point. Nevertheless, shunning tables yet still using GWT is like running down an up escalator. Just saying. On Mon, Nov 30, 2009 at 5:03 PM, Qiushuang Zhang <[email protected]>wrote: > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- 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.
