This repository was archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 235
PIE background scrolls doubly in IE8 Standards mode #306
Comments
I just discovered by fiddling with IE Developer Tools that setting |
This is the minimal code:
If you uncomment |
This sounds a lot like issue #88. |
Quite possibly. In issue #88 what happens after page load if you scroll it back to the top? Is the container correctly positioned then? If not it's a different issue or a different manifestation of the same issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a
<div>
which contains my PIE-d elements. The div has the following style:When I scroll the content within it, the backgrounds scroll by twice as much as the elements. E.g. the elements scroll up by 100px but the backgrounds scroll up by 200px. This only happens in IE8 Standards mode. IE7 Standards mode and Quirks mode do not display this bug.
I am using the latest PIE 1.x as of 3 Sept 2014.
The text was updated successfully, but these errors were encountered: