I'm debugging a site to make it work for IE6 (god, please, let this be the last time). I've gotten pretty far with getting the the layout look right. There's just one more thing bugging me.
- Some elements like links, when they get hovered, the body of the site shrinks.
- I have built a dropdown with javascript. When it should show, the body of the site shrinks.
- There is a slideshow, made with javascript, which changes the z-index of the images, everytime it changes the z-index, the body shrinks.
Now I found some information that IE6 creates this specific shrinking behaviour when using a fixed position element. But this is not the case. Someone here have some ideas for solving this? Thanks!