I\'d like to right-align block elements in a floating container.
Assume the following markup.
try this
http://jsfiddle.net/rtaUj/4/
CSS
.image1 { width: 200px; border:1px solid red; height:100px; margin:10px 0; } .image2 { width: 100px; border:1px solid red; height:100px; }