How can I get an image to stretch the height of a DIV
class?
Currently it looks like this:
One trick you can use is to set the Here's how the class should look:.product1 {
width: 100%;
padding: 5px;
margin: 0px 0px 15px -5px;
background: #ADA19A;
color: #000000;
min-height: 100px;
overflow: hidden;
}