|
Posted by Jukka K. Korpela on 04/24/06 16:32
Fabian Vilers wrote:
> I need to draw a table with fixed size (height + width) cells. In any
> case, the text should never expand the size of the cell.
Reanalyze the original problem, and you'll probably notice that you
don't need to create such problems.
If you insist on creating a problem with fixed-size cells, set the
height and width of each cell in CSS _and_ set
table-layout: fixed
for the table. Additionally, set the overflow property for the cells;
the value depends on whether you wish to have content hidden or let it
overflow outside the cell or have scroll bars in a cell.
Navigation:
[Reply to this message]
|