Opened 13 years ago
Closed 13 years ago
#7714 closed bug (worksforme)
.css Background-Position Internet Explorer 1.4.4
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I created a Jquery game that worked perfectly in 1.4.2 upon upgrading to 1.4.4 the Internet Explorer Version brakes on
.css("backgroundPosition", "0px 0px");
Instead of inserting that
Firefox Does:
<div class="game_move_block" id="sprite" style="background: url('http://soliaonline.com/community/images/game/male_01_stop.gif'); background-repeat: no-repeat; background-position: center; height: 44px; position: absolute; top: 222px; left: 402px; z-index: 9999;"></div>
Internet Explorer Does: <div class="game_move_block" id="sprite" style="z-index: 9999; position: absolute; background: url(http://soliaonline.com/community/images/game/male_01_stop.gif) no-repeat center 50%; height: 44px; top: 222px; left: 402px"/>
Change History (3)
comment:1 Changed 13 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 13 years ago by
Status: | pending → new |
---|
works as expected: http://jsfiddle.net/eTiger13/RHpWy/
comment:3 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Thanks for taking the time to contribute to the jQuery project by writing a bug report. After checking your report and the test case eTiger13 provided in comment 2 I can't reproduce your problem. Closing as worksforme.
Please feel free to report back if the issue persists for you and you can provide a valid reduced test case on http://jsfiddle.net
Please provide a reduced test case on jsFiddle.