Parag
Parag

Reputation: 4812

css min-height property not working in Mozilla or ie7

I tried setting min-height property of <td style="min-height:500px"></td>

Works fine on ie8, but not on IE7 or Mozilla 3.5

Upvotes: 2

Views: 3530

Answers (1)

koko
koko

Reputation: 958

edit: sorry, i misunderstood that question at first.

just use height:500px, as height is interpreted as minimum height on table cells anyway.

Upvotes: 2

Related Questions