Thanks for the reply.
Finally I use the css

> .ellipsis td{
>    white-space:nowrap;
>    overflow:hidden;
>    text-overflow:ellipsis;
> }
>

the ellipsis cannot be shown on IE8, but at least the content kept on a 
single line and the overflow content is hidden.
but I still have one thing no understand in gwt css file, it always has 
something like

> .gwt-RichTextToolbar .gwt-PushButton-up{
>    ......
> }
>

what does it means?
is it normal css syntax or gwt specific?

On Monday, May 28, 2012 4:34:35 PM UTC+8, Thomas Broyer wrote:
>
> If the content can be wrapped, it will be wrapped; otherwise it'll be 
> truncated *rather than causing the column to be wider*.
> See http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout
> If you want your text to be kept on a single line, then use "white-space: 
> nowrap".
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Oz5gK9S7BdUJ.
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