The following code works well:
<div id="container">
<p>test</p>
</div>
#container{height:500px;display:table-cell;vertical-align:middle;}
but when the container
element has the css property:float:left
it cannot work!!
I just want vertical-middle while floating