Here is my site: http://smartpeopletalkfast.co.uk/ppp/home-page.html
I want the input forms to be the same height as the buttons to their right. I\'ve done this with a m
If the issue is indeed just getting min-height working in IE6, use the Min-Height Fast Hack:
min-height
selector { min-height:500px; height:auto !important; height:500px; }
It's been around for a long time, so it's easily recognizable for anybody maintaining your CSS in the future.