I\'d like to right-align block elements in a floating container.
Assume the following markup.
Add overflow: hidden; to the parent div of the images. It will wrap around the images when you float them, and clear the images from the right with clear: right
overflow: hidden;
clear: right
http://jsfiddle.net/zBnqQ/15/