Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

want to set div height

want all div to be same height

so if there is not enough conent, there should be empty whitespace
Avatar of reyntjensw
reyntjensw

You could use min-height as a parameter.
Avatar of rgb192

ASKER

<div style="min-height:500px;">words</div>

works in ff3 but not ie8
ASKER CERTIFIED SOLUTION
Avatar of reyntjensw
reyntjensw

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

<div style="min-height:500px;height:auto;">words</div>

ff3 works

ie8 does not work
Avatar of rgb192

ASKER

works in at least one browser, thanks