Hi I am finishing off this site http://bit.ly/mlSg7C but am having some IE problems which I’d like to find a solution for.
For reference the version that is working correctly can be seen on Firefox or Chrome.
IE8:
There are 3 boxes on the home page with rotating food images. Within each of these boxes there is a linked image (weddings, corporate, outside catering). There is a gold line a bit further down which should not be there. How can I remove it?
A bit further down on the right there is an image of a cake, but there appears to be two images overlaying each other. I would like to remove the misplaced one. The same problem also happens during the transition of the venues box.
Finally links in gold have an underline which is too close to the text, I would like to push that underline further down.
IE7:
Same problem as in IE8 with the overlaying images.
Thanks, I also found a small problem with the dropdowns in Chrome on Mac, there is a small grey part appearing which doesn’t show on Chrome on Windows.
Try the solutions mentioned in the thread such as giving the image IE a background colour to match the background but you of course then lose the transparency.
Funnily enough I only see a problem in IE8 using ietester where you get a black flash as the image animates. In my IE8 (real version) I don;t see a problem.
I am not referring to the transition issue though, it’s for static images when there is an overlaid second image appearing in IE8, on IETester and on real IE8.
It’s probably because the filter image is applied to the background to the img tag but as you are adding 3px padding to images then the image is scaled to fit the width and height and thus the overlap.
Try removing the padding from #container img{} and see if that cures the problem. If it does cure the problem then make the 3px space with margins or padding on a parent instead.