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.
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.