I want to vertically align a span after a floated image. I searched for it in stack overflow and find this post. but my image is floated.
<
You could do the following:
div:after { content:""; clear:both; display:block; }