OK, I have a Image that I want to resize when the Browser is made smaller. This will also be key when the person viewing the site on a smaller screen.
At the moent I have tried the following in CSS:
.img-resize {
position: absolute;
width: 100%;
height: auto;
top: 0;
left: 0;
z-index: 1;
Any ideas what I need to do to get this working?