Connecting Tech Pros Worldwide Help | Site Map

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

  #1  
Old July 17th, 2005, 03:36 AM
Jochen Daum
Guest
 
Posts: n/a
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.
http://sourceforge.net/projects/phpdbedittk/
Closed Thread