How to resolve – IE 6 ignores img “width” properties

I solved the problem.

In the style.css

I needed to make the following change

#content img {
    margin: 0;
    height: auto;
    max-width: 640px;
    /*width: auto;*/
}

I now wonder how to make that stay for all the following theme updates…