[Slightly OT] PHP Notice fixes table-layout: fixwed; height: 40px;

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jochen Daum

    [Slightly OT] PHP Notice fixes table-layout: fixwed; height: 40px;

    Hi!

    Just would be interested, if someone has seen the same behaviour:

    I have a page with a table, all formatted by CSS where

    table.classname {
    table-layout: fixed;
    }

    and td.classname{
    height: 40px;
    }

    This does for some reason not work,ie. it the td gets resized, when
    there is too much text in it.

    Funnily, when I put PHP code in the page, that throws a notice, it
    works.

    Anyone had that?

    Jochen
    --
    Jochen Daum - CANS Ltd.
    PHP DB Edit Toolkit -- PHP scripts for building
    database editing interfaces.
    Download PHP DB Edit Toolkit for free. PHP DB Edit Toolkit is a set of PHP classes makes the generation of database edit interfaces easier and faster. The main class builds tabular and form views based on a data dictionary and takes over handling of insert/update/delete and user input.

Working...