.selected_images div { position: relative; width: 120px; height: 120px; float: left; margin-right: 10px; margin-bottom: 60px; } .selected_images img { width: 100%; cursor: all-scroll; height: 100%; } .selected_images div span { position: absolute; top: -8px; right: -8px; color: red; cursor: pointer; } .selected_images div textarea { width: 100%; border-radius: 5px; resize: vertical; } .clearfix { clear: both; }