jcdevelopment
07-29-2010, 08:49 PM
I have a min-height on a div in my css. The only time it will work is when i take off the attribute "display:table-cell;"
Is there a way around this?
.agent_info {
width: 600px;
padding: 20px;
border-bottom: 1px solid #000;
overflow: hidden;
text-align: left;
display: table-cell;
vertical-align: middle;
min-height: 170px;
margin-left: 100px;
}
Is there a way around this?
.agent_info {
width: 600px;
padding: 20px;
border-bottom: 1px solid #000;
overflow: hidden;
text-align: left;
display: table-cell;
vertical-align: middle;
min-height: 170px;
margin-left: 100px;
}