Inside a div with vertical-align: top; I have two elements, an img<
div
vertical-align: top;
img<
vertical-align: top is to be added to each element
vertical-align: top
DEMO http://jsfiddle.net/CaU59/1/
You need to add vertical-align to the elements themselves, not their container. They are currently aligned baseline as you can see from the text lining up with the image.
vertical-align
baseline
http://jsfiddle.net/CaU59/2/