I know there are quite a few questions on this already and i've looked around and everyone seems to say make the div absolutely positioned which is not really what i want to do.

Here's a jsbin minimal mockup which demonstrates what I'm trying to achieve.

http://jsbin.com/uqosa6/

What i want is so that the grey div stretches along side the yellow div.

Does anyone know how one would go about this?

link|improve this question

2  
Google around for "css equal height columns". Plenty of methods out there. I've used this one (for 3 columns) a fair bit: matthewjamestaylor.com/blog/… – Marc B Jan 25 '11 at 3:51
@ Marc, i have not seen a better explanation (of the answer) to the "equal height columns" question. Supreme read. – Ravikiran Jan 25 '11 at 3:57
@Marc make it an answer and I'll accept, thanks. – Daryl Jan 25 '11 at 3:58
feedback

1 Answer

up vote 1 down vote accepted

Google around for "css equal height columns". Plenty of methods out there. I've used this one (for 3 columns) a fair bit: http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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