2

If you view the following website in IE9 (or any other modern browser) you will see the effect I am going for. However viewed in IE8 or lower the header DIV that contains the mans photo collapses to what appears to be 0 height. I have tried min-height and also the clearfix, but nada.

http://www.adrianwaddingham.com/

dove
  • 20,469
  • 14
  • 82
  • 108
Pete Norris
  • 1,056
  • 7
  • 24
  • 36

1 Answers1

1

Have you tried just setting the height and making it !important, such as:

min-height: (yourheight)px!important;
PaulG
  • 13,871
  • 9
  • 56
  • 78
Sean Lang
  • 422
  • 3
  • 6
  • 22
  • This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient [reputation](http://stackoverflow.com/faq#reputation) you will be able to [comment on any post](http://stackoverflow.com/privileges/comment). – dove Nov 02 '12 at 11:45
  • it was an answer, it was asking him to try that. I just worded it differently. – Sean Lang Nov 02 '12 at 11:53
  • Thanks for trying, but it still collapses - I am looking via Adobe browsers labs - not sure if someone could check using standard IE8? thanks – Pete Norris Nov 02 '12 at 12:01
  • IE tester is helpful for testing in older versions of IE. It can be downloaded here http://www.my-debugbar.com/wiki/IETester/HomePage – Sean Lang Nov 02 '12 at 12:09