#11838 closed bug (duplicate)
Invalid argument in IE8 and earlier versions
Reported by: | zbit | Owned by: | zbit |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | css | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Invalid argument in development version at line 8988 and symbol 5.
fx.elem.style[ fx.prop ] = fx.now + fx.unit
Change History (9)
comment:1 Changed 11 years ago by
Owner: | set to zbit |
---|---|
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
In IE8- doesn't work attribute "background-position", only "background-position-(x/y)" in animate. Corrected by identifying the browser and change the attribute.
comment:3 Changed 11 years ago by
Component: | unfiled → css |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:6 Changed 11 years ago by
It's been fixed. Please see the original that @sindresorhus linked to
comment:7 Changed 11 years ago by
i added the css.js file, but it doesnt seem to fix the problem, i am not really sure how this fix should be added to the site?
comment:8 follow-up: 9 Changed 11 years ago by
Use separate background-position attribute (background-posytion-x and background-position-y) special for IE8-
comment:9 Changed 11 years ago by
Replying to anonymous:
Use separate background-position attribute (background-posytion-x and background-position-y) special for IE8-
Sorry, background-position-x =)
Why is it invalid?