Hey, Check this page out: Huxley Preview If you view it in IE7 it looks right but if you check it out in Firefox it does not fill the ackground in the content properly. Anyone know how I can fix this? Thanks in advance!
It is because you only have two articles in there so it does not fill up the div. Try something like: .article-content { height: 300px; } Change the height as you wish.
Oh sweet, it was "min-height" I needed but from you saying about height I suddenly remembered that Firefox has the "min-height" attribute. Thanks again!