It turns out that people using IE 5.x or 6.0 couldn’t see my pumpkin image. I think I now know what the bug is in Internet Explorer.
There should be an image on the left of this text positioned using the align=”left” attribute. I think this makes IE render the image on the layer with z-index: 1, i.e the background, instead of the containing block which has z-index: 3. To prove it, I’m repeating the image below without the align attribute. So apologies to those with correctly behaving browsers for the double image. Of course Internet Explorer didn’t render the fixed ghosts correctly either!
I’ve not managed to find this documented anywhere!
Fix found!: A user of my theme found a cure for the problem. If you add the style attribute
position:relative
to the object (it also happens to divs) that is hidden, it will reappear in itβs correct location.
Short link to this post: https://z1.tl/3u
Only the bottom image is visible
using ie6
apparantly it works ok in ie 5.5
and ghost image is static when scrolling
I think your pumpkin is wonderful
I’m on IE6. Much of the time when I click onto Hotmail, I get “Object
Moved” amd the usual garbage. Eventually I get in, but it is frustrating.
What is causing this?
Chuck
Chuck,
that sounds like a problem with the hotmail server rather than IE6. Probably when the servers are very busy. As you eventually manage to get in I wouldn’t worry too much about it.
Mike
I am having the same problem, which I just found out tonight. We both seem to have learned that the image will appear if there is no align parameter in the img tag. I expect the problem is in the css, and IE is not picking up something within the div tag.
I snagged my css template from http://www.alexking.org/index.php?content=software/wordpress/styles.php
(Mars Spirit) and modified the colors and box widths and such.
If you find a solution, I’d love to hear it – likewise, I’ll get back with you if I find one.
Hey Mike
did you find a solution ? π
Hi Mr Fab,
I thought that maybe the CSS attribute float might do the trick, but even that doesn’t work in IE π
So, in summary: No. I don’t have a solution yet, sorry.
Mike
I note that your entry is a long time ago, yet there appears to be no widespread recognition of this problem.
Yours is almost the only entry I can find on it.
It seems to happen when you use straight CSS and multiple overlapping divs.
I’m still searching
Giovanni
Hi Giovanni,
A user of my theme found a cure for the problem. If you add the style attribute position:relative to the object (it also happens to divs) that is hidden, it will reappear in it’s correct location.
Hope this helps,
Mike
Thanks for the help. I seem to be using an older version of the theme, and dont’ have time to update since I’ve adjusted a few things on mine. But I have to say this problem has been bugging me for a while, and I’m glad I was able to find a solution. thanks guys!