IE6 - body shrink on hover / z-index change

Posted by Kasper on Stack Overflow See other posts from Stack Overflow or by Kasper
Published on 2010-05-10T08:37:56Z Indexed on 2010/05/10 8:44 UTC
Read the original article Hit count: 366

Filed under:
|
|
|

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.

  1. Some elements like links, when they get hovered, the body of the site shrinks.
  2. I have built a dropdown with javascript. When it should show, the body of the site shrinks.
  3. 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!

© Stack Overflow or respective owner

Related posts about ie6-bug

Related posts about shrink