|
Posted by scripts.contact on 04/23/07 16:02
On Apr 23, 2:23 am, "Jukka K. Korpela" <jkorp...@cs.tut.fi> wrote:
> > I already tried:
> > -setting width on td
> > -css overflow:hidden , overflow:scroll
> > with no luck.
>
> If you really want to hide the rest of the text, add
> table { table-layout: fixed; }
Yes. That worked. Thanks !
> If you want it scrollable, you also need to use
> <td><div class="longtext">...</div></td> with
> .longtext { overflow: scroll; }
> (Due to IE bug, it does not help to set overflow on td directly.)
The Div method didn't work in my IE (but it worked in opera).
> > <TD>
> > longTextNoBreaksLogTextNlongTexTextNoBreaksLogTextNlongTextNoBreaksLogTextNlongTextNoBreaksLogTextNlongTextNoBreaksLogTextNlongTextNoBreaksLogTextNlongTextNoBreaksLogTextN
> > </TD>
>
> This isn't your real example, is it?
It is. I just changed the text and removed some rows.
[Back to original message]
|