wac
01-07-2004, 03:35 PM
Ok, I've seen many posts which suggest using max-width/height to accomplish 'stuff', but that doesn't seem to be working for me. Does IE 6+ actually support the style max-height???
I've got a DIV that I use to implement a combobox tree like the address bar on windows explorer. I only want it to grow to a max height of 150pt, and and be scrollable. the div has an id='objsetlist' so I coded the style as follows, but it grows indefinitely (or at least past 150pt).
#objsetlist
{
width:250pt ;
max-height:150pt ;
overflow:auto;
border:thin solid black ;
}
I've got a DIV that I use to implement a combobox tree like the address bar on windows explorer. I only want it to grow to a max height of 150pt, and and be scrollable. the div has an id='objsetlist' so I coded the style as follows, but it grows indefinitely (or at least past 150pt).
#objsetlist
{
width:250pt ;
max-height:150pt ;
overflow:auto;
border:thin solid black ;
}