I have a difficult layout in my website and I have a problem now with IE7. How can I in this example set the inner wrapper to fill the height of the outer wrapper?

http://jsfiddle.net/fMPNw/2/

link|improve this question

Dont be a troll... In the history we can see that you have taken the "Thanks" out with your another fake account -_- – Dbugger Nov 17 '11 at 0:01
1  
1  
@Dbugger: Shredder was asking Nightfirecat (a member with over 2,000 reputation) why he removed the Thanks! part. You should not say thanks as part of your question. – Dennis Nov 17 '11 at 0:04
@Shredder Sorry, I thought it was you who erased the "thanks". Now I get what happened. :P – Dbugger Nov 17 '11 at 0:08
feedback

1 Answer

up vote 2 down vote accepted

You have to explicitly define the height of .wrapper, in that situation. That being said, if your top: and bottom: attributes are going to make the height dynamic, your only solution is resetting the height with JavaScript, binding the height to update on window resize, etc.

link|improve this answer
I feared so. Too bad :( Thanks! – Dbugger Nov 17 '11 at 0:06
@Dbugger Happy to help :) – Morgan Delaney Nov 17 '11 at 0:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.