check this fiddle please:
I want the following: the red column has some text, the yellow is the dynamic content, the green has nothing, just a color. I want both red and green columns to be as height as the yellow content. height: 100%
didnt work
check this fiddle please:
I want the following: the red column has some text, the yellow is the dynamic content, the green has nothing, just a color. I want both red and green columns to be as height as the yellow content. height: 100%
didnt work
Working Demo
Not an easy solution but it works:
HTML
CSS:
Got it from here
Try using a list instead.
You can display it as a table-row and the list-items as table-cells what makes all the list-items have the same height.
jsFiddle:
http://jsfiddle.net/Q7MFX/4/
Code:
You can use Jquery
http://jsfiddle.net/9XVSr/
html:
Jquery
You can use negative margins to achieve the result
The floating divs should be wrapped in a container with overflow:hidden This is the fiddle This is the code