Previous Message
Next Message

css tables no html

Sent by Mike Graber on 17 February 2005 19:07


A couple of us have been trying to working on this issue for the last
couple of days, using "Cascading Sytle Sheets the definitive Guide 2nd
edition" and "Teach Yourself CSS in 24 hours" we are using IE 6.0 
 
The Question:
 
how do you I get a column to be the width of the largest entry of all
of the rows.  We have tried several combinations of the code below but
the width of the cell seems to be determined by each cell and not the
entire column.
 
#returnTableSection{
 width: auto;
 display: table;
 table-layout: 600px;
 }
#tableData{
 display: table-row;
 width: auto;
}
#firstColumn{
 background-color: darkgreen;
 width: 100px;
 display: table-column;
 white-space: nowrap;
}

#secondColumn{
 background-color: darkblue;
 width: 100px;
 display: table-column;
 white-space: nowrap;
.....
.....
 
 
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: