All of my images resize/shrink based on screen resolution, with the exception of image-based submit buttons.
Is there a special CSS command required to get those to shrink, as well?
<input type="image" class="submit" src="image.gif">
This does not work:
.submit{
max-width:100px;
}