Linked Questions
19 questions linked to/from Is background-position-x (background-position-y) a standard W3C CSS property?
1 vote
1 answer
103 views
HTML5 Animation working on Chrome but not Firefox
The following is an earth globe that's rotating. Though this animation is working fine on Chrome, it doesn't work at all on Firefox, and it just stands still. Any help on how to solve this? JSFiddle. ...
1 vote
0 answers
200 views
Polyfill for CSS `background-position-x/y`? jquery-backgroundfix not working
Expanding on Is background-position-x (background-position-y) a standard W3C CSS property? -- is there a polyfill for CSS background-position-x/y? I found https://github.com/liuxuanzy/jquery-...
1 vote
2 answers
53 views
How to change only the y-as on hover?
I use a image sprite for each post type. I call a image by using: The markup that I am using is: .format { height: 60px; width: 60px; margin: 0 auto; float:left; background: #d7354a ...
0 votes
1 answer
47 views
Background won't shift
My code doesn't seem to be firing, for some odd reason, I have no idea why. Mouse movement is supposed to cause the background to shift, but nothing happens. <html> <div id="pageBg"> <...