You're only wanting them to be the same height so that their header, read more link, image etc. will all line up with each other, correct?
Well there are only three things that I know of that can be done to accomplish this.
1. Have a character limit and try to ensure that the text in each item, (of course the very last item doesn't matter) is about the same and all wrap the same amount of lines.
2. Increase the width of whatever is restricting the headers so that larger headers will not wrap. Of course this isn't a great option in your case, but you could maybe increase the width some and then also include a character limit and the two together may work great.
3. Set a min-height on each text item except the last one, this way the headers, read more link etc. will line up their tops with each other. There will be more vertical space separating each item if they vary in the amount of lines they wrap, of course.
And if you have a different background for those columns or if you have borders around them then you'd probably also want to use the faux columns technique that was recommended to you already. If you have the same color behind them both as in your demo then you don't need faux columns, obviously. lol That's all I thought you were needing also until I checked out your demo.
Edit: After rereading your post it does look like you are talking about the footer problem. Well whatever you were wanting I think you have your answer out of all the posts here. 
Last edited by SillyWilly; 10-25-2008 at 09:17 AM..
|