hi $name,
Hallo,
Ich möchte eine so Tabelle formatieren, dass eine (ausgezeichnete) Zelle scrollbar wird, sobald ihr Inhalt nicht mehr in diese Zelle passt. Diese Tabellen-Zelle soll dabei die gesamte ihr noch zur Verfügung stehende Höhe einnehmen.
also wenn ich das richtig verstehe, müßte es so gehen:
<td class=c1>text</td>
und dann im css z.b.:
div.c4 { /*css für die ausrichtung content */
font-size : 0.85em;
height : 372px;
overflow : auto;
padding : 0px 15px 0px 17px;
margin : 0px 0px 5px 7px;
zumindest bei mir funzt es (und ja ich schäm mich dafür ;-)).
gruss
shadow
--
If there's anything more important than my ego around, I want it caught and shot, now.
If there's anything more important than my ego around, I want it caught and shot, now.