Images stretching in IE, but not in Firefox, Safari
-
I”m working on a site, and I’m having an odd issue with images in Internet Explorer. Here’s the link.
The two lower feature blocks have images which are looking fine in Safari and Firefox, but aren’t in Internet Explorer. But note that the upper feature block image isn’t stretched. Odd.
Here’s my CSS for those two lower feature blocks:
#lowerfeatureleft img, #lowerfeatureright img { margin-top: -47px; max-width: 150px; }
And for the upper block:
#topfeature img { margin-top: -37px; max-width: 300px; }
The negative margins are so that the image appears to the left of the H2 header which has a big left margin to put it to the right of the image.
I had height: auto in there, but that didn’t do any good in IE. Someone on another forum topic suggested removing that height: auto as it solved an issue for him in IE, but I had no such luck.
I’m not versed in creating custom IE CSS listings, but I’m wondering if anyone knows of a way to force IE to behave with those bottom images?
Thanks!
- The topic ‘Images stretching in IE, but not in Firefox, Safari’ is closed to new replies.