Side navigation
#7714 closed bug (worksforme)
Opened December 07, 2010 12:24AM UTC
Closed December 07, 2010 01:12AM UTC
.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"/>
Attachments (0)
Change History (3)
Changed December 07, 2010 12:35AM UTC by comment:1
owner: | → anonymous |
---|---|
status: | new → pending |
Changed December 07, 2010 01:07AM UTC by comment:2
status: | pending → new |
---|
works as expected: http://jsfiddle.net/eTiger13/RHpWy/
Changed December 07, 2010 01:12AM UTC by comment:3
_comment0: | Thanks for taking the time to contribute to the jQuery project by writing a bug report. After checking your report and the test case anonymous 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 \ ----- \ [http://docs.jquery.com/How_to_Report_Bugs How to report bugs] → 1291800268094190 |
---|---|
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.