Forum Moderators: not2easy
I have tried
.img-resize
{
position: relative;
width: 100%;
}
and placed the image in that div class in the div id'd "center".
This does nothing, however, and the image just stays it's original size. Any ideas would be appreciated, thanks!
Land
<img src="url" class="img-resize">
You might want to look into using a background-image for the middle column instead. You can have it placed on the left so that when the column stretches it reveals more of the image.
Added:
You will probably also want to lose the postion: relative from your css and add display: block