i tried setting min-height property of <td style="min-height:500px"></td>
works fine on ie8, but not on IE7 and mozilla 3.5 Thanks in advance for solutions
i tried setting min-height property of <td style="min-height:500px"></td>
works fine on ie8, but not on IE7 and mozilla 3.5 Thanks in advance for solutions
edit: sorry, i misunderstood that question at first.
just use height:500px
, as height is interpreted as minimum height on table cells anyway.