I'm working on a responsive design and have made the images' code as such - looks great on Chrome, Firefox, and Safari.
img {
max-width:100%;
width:100%;
}
However, on the old Android browsers, v2.3.4, it doesn't work and the images are cut off. Is there a rule or trick to making images for old browsers responsive? Thanks for anyone's help!