I am trying to set to divs the same height depending what is in the right div.
The image attached is what I have to date and it looks horrid, as I don't like the links dropping below the image div.

This is the image div:
.panel_image{
background-color:#eee;
padding:5px;
text-align:center;
width:80px;
float:left;
border-right:#fff 2px solid;
height:100%;
}
and this is the link div:
.panel_body{
background-color:#eee;
margin:auto;
height:100%;
}
These are all within the content div and I tried setting the height to that to 100% as well and it done nothing.What I am after is for the left image div to grow depending on the content in the right div.
I could save all the headaches and use a table, but that would be giving up ah.. no like giving up.
ta muchly
