On 11/11/06, Diego Chagastelles <[EMAIL PROTECTED]> wrote:
> How can I make
>
> td {overflow : hidden}
>
> I want the content bigger than td width just become hidden. I dont wanna the
> content displayed above.
>
> How can I force it?
>
> I tried
>
> table tr {height: 20px}
> table tr td {overflow: hidden}
>
At a guess, browsers are refusing to apply height to tr because they
are not supposed to. Have you tried applying the height to td
directly?

And you should consider using ems to define the height, otherwise your
users might not even be able to read one line of text!

-- 
Richard Grevers, New Plymouth, New Zealand
Hat 1: Development Engineer, Webfarm Ltd.
Hat 2: Dramatic Design www.dramatic.co.nz
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to