Thanks for that Steve will give it a go.
Sorry should have explained it's for an intranet with every user having the
same browser & version
As regards the chopping, I thought I'd set the cell's title attibute to the
full value so they can see it as a tooltip!
"Steve Pugh" <> wrote in message
news:...
> "harry" <> wrote:
>
> >Using IE 5.5 (sp2)
>
> Is that relevant? What are your users using?
>
> >I have a table cell whose width is set to i.e <td width="100">
> >
> >Several cells contents exceed this width, is there a CSS that can only
> >display the 1st 100px's & chop the rest?
>
> You need to set table-layout: fixed; for the table and specify a width
> for the table. Then you can specify overflow: hidden; for the cells
> you want cropped.
>
> It should go without saying that this isn't very user friendly - your
> visitors will need to disable CSS to see all the content of your page.
>
> Steve
>
> --
> "My theories appal you, my heresies outrage you,
> I never answer letters and you don't like my tie." - The Doctor
>
> Steve Pugh <> <http://steve.pugh.net/>
|