avario Posted February 24, 2010 Share Posted February 24, 2010 I am creating a design for a Forum Website (school project). I have created this design for a post: But I don't want the post content to be centred in the midle (or top/bottom), I want the middle section (which is a separate div) to stretch out to fill the table cell such as in this image (I have just inserted breaks to show you what I mean): Does anyone no how to do this? Please let me know if you need more information such as source codes... Quote Link to comment Share on other sites More sharing options...
simcoweb Posted February 26, 2010 Share Posted February 26, 2010 It would be helpful to see the css that's specific to this display. Not the entire site, just this section as you've posted in the image. The box height issue is a little tricky since height: 100%; typically just means expand with the content inserted. But, you can add min-height: 100%; along with the height parameter and see if that fixes it. May not. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.