I have a column that I want to put into a scroll area in a table. I have
attached the a screen shot. Depending on how long the notes are I want the
column to scroll. How do I control the height of columns in a table. Here is
my CSS: (The max-height does not seem to do much).

td.NotesColumnStyle
{
    overflow: scroll;
    max-height:50px;
}

/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td
/*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
    font-weight:bold;
    max-height:50px;
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to