Skip to content Skip to sidebar Skip to footer

Div Border Not Re-painting After Scrolling In IE7

There is a problem only in IE7 where the border of a div is not being re-painted after scrolling. If the is not in the window after scrolling then shown again it shows up as white

Solution 1:

Sounds like the peekaboo bug. Try setting "zoom: 100%" on the box class.


Solution 2:

There's a few good articles out there about the peekaboo bug. It's worth taking the time to understand the common causes if you can, as it makes it easier to avoid it in the future :)

useful info: http://www.positioniseverything.net/explorer/peekaboo.html


Post a Comment for "Div Border Not Re-painting After Scrolling In IE7"