JTW Posted May 25, 2010 Share Posted May 25, 2010 Hi, I am working on building a website that requires two columns. I have managed this in CSS. But now my problem is making the background colour continue right the way down to the start of the footer. You can see the problem Here Thanks for any help you can give Joe Link to comment Share on other sites More sharing options...
0 Cupcakes Posted May 25, 2010 Share Posted May 25, 2010 100% Height - http://www.dave-woods.co.uk/?p=144 JTW 1 Share Link to comment Share on other sites More sharing options...
0 JTW Posted May 25, 2010 Author Share Posted May 25, 2010 Can't belive I didnt try that. Thanks Cupcakes Link to comment Share on other sites More sharing options...
0 RoomKid Posted May 25, 2010 Share Posted May 25, 2010 I did a post about this some time back. I used jQuery but it may not be as solid as the other one +Cupcakes suggested. http://manmohanjit.com/2010/04/create-equal-height-columns-using-jquery/ Link to comment Share on other sites More sharing options...
0 primexx Posted May 25, 2010 Share Posted May 25, 2010 100% min-height won't work in a lot of situations (if everything's shorter than a page, or if both are longer than a page but of unequal height), the best/proper solution is css tables, and the best hack i've seen is some trickery with negative margins... Link to comment Share on other sites More sharing options...
0 Spish Posted May 26, 2010 Share Posted May 26, 2010 I suggest you to read CSS Table and CSS Background-position from php tutorial Link to comment Share on other sites More sharing options...
Question
JTW
Hi,
I am working on building a website that requires two columns. I have managed this in CSS. But now my problem is making the background colour continue right the way down to the start of the footer. You can see the problem Here
Thanks for any help you can give
Joe
Link to comment
Share on other sites
5 answers to this question
Recommended Posts