The following code displays correctly in Chrome or IE (the image is 200px wide). In Firefox and Opera the max-width style is ignored completely. Why does this
max-width
I got it working by using width: 100% instead of max-width: 100%.
width: 100%
max-width: 100%