Hello,
Please see table at the bottom of the page
http://www.tuterconstruction.com/about.html
The rows are not increasing in height automatically, if I have an entry long enough at another column, to cause that row to increase in height.
How can I correct this?
I am pasting the css code of the table below:
/* START table styles */
.tbl {
float:left;
margin-top:10px;
width:100%;
}
*:first-child+html .tbl { /* this applies only to ie7 */
margin-bottom:10px;
}
.tbl td {
float:left;
}
.tbl tr td {
padding:4px 0 4px 14px;
}
.tbl tr .td-1 {
width:116px;
}
.tbl tr .td-2 {
width:105px;
}
.tbl tr .td-3 {
width:98px;
}
.tbl tr .td-4 {
width:120px;
}
.tbl tr .td-5 {
width:128px;
}
/* END table styles */
Please see table at the bottom of the page
http://www.tuterconstruction.com/about.html
The rows are not increasing in height automatically, if I have an entry long enough at another column, to cause that row to increase in height.
How can I correct this?
I am pasting the css code of the table below:
/* START table styles */
.tbl {
float:left;
margin-top:10px;
width:100%;
}
*:first-child+html .tbl { /* this applies only to ie7 */
margin-bottom:10px;
}
.tbl td {
float:left;
}
.tbl tr td {
padding:4px 0 4px 14px;
}
.tbl tr .td-1 {
width:116px;
}
.tbl tr .td-2 {
width:105px;
}
.tbl tr .td-3 {
width:98px;
}
.tbl tr .td-4 {
width:120px;
}
.tbl tr .td-5 {
width:128px;
}
/* END table styles */
Comment