all i want to do is position the delete buttons so they'll be at the same level at the bottom of the bordered div regardless of how big the thumbnail is.
the only css i'm using so far is for the div....
thanks for any help.

the only css i'm using so far is for the div....
Code:
.thumbnail {
float: left;
width: 220px;
height: 375px;
margin: 0 15px 15px 0;
padding: 5px;
background-color: #363636;
border: solid 2px #FFBD32;
color: #FFBD32;
}
thanks for any help.
