Set the max-width property for the img element to 96% and the height property to auto. This will make images shrink as needed. For IE 6 and earlier (which do not understand max-width) you could set the overflow-x property to hidden on the immediate parent element that contains the image or other such content.
max-width
img
height
overflow-x
hidden