I have a divison element whose vertical-align property is set to middle in the css. But, still the text in the divison appears on the top. Does this property work on divisons or not?
Following is the HTML
<div class="compare-table-column">Seller</div>
Following is the CSS
.compare-table-column {
float:left;
width:150px;
height:36px;
font:11px;
vertical-align:middle;
}
You could do
if it is only one line of text