How can I get an image to stretch the height of a DIV class?
DIV
Currently it looks like this:
Try the following:
.Strech { background:url(image.jpg); background-size:100% 100%; background-repeat:no-repeat; width:500px; height:500px; }