I'm having some issues with my blog.
The images are distorted, they appear elongated.
I have a max width statement in the CSS file to keep the images a certain size
a img {border:0}
#content img {max-width:280px}
This worked fine until I upgraded to IE8 and if I don't have the statement, then the images hang over to the side of the blog.
Is there anything I can do to fix it?
I tried other themes but they all have this problem too.