Top "Background-position" questions

CSS property that sets the initial position, relative to the background position layer defined by background-origin for each defined background image

jquery animate background position

I can't seem to get this working. $('#product_family_options_dd').animate({ height: '300px', width: '900px', backgroundPosition: …

jquery jquery-animate background-position
Change background position with jQuery

I'd like to change the background position of a CSS-class while hovering a li-element. HTML: <div id="carousel"> &…

jquery css background-position
Multiple background images positioning

I've got three background images, all of width 643px. I want them to be set out like so: top image (12…

css background background-image background-position
Using Css Sprites and background position

I have a div element, say of width 200px and height 200px. I need a small image to appear on …

css css-sprites background-position
CSS background-position not working in Mobile Safari (iPhone/iPad)

I have an issue with background-position in mobile safari. It works fine on other desktop browsers, but not on iPhone …

css mobile safari background-position
Is background-position-x (background-position-y) a standard W3C CSS property?

I'm worried about background-position-x and background-position-y. Gecko (Firefox) and Presto (Opera) don't support them, but Webkit (Chrome, Safari) does... Does …

css background-position
css background-position not working

I have 3 a tags disguised as "roll over buttons". <div id="buttons"> <a class='button' id='but1…

css background-position
CSS background-position animate right to left

I'm trying to animate a background-image, so that the image appears from right to left. I have used an image …

css animation background-image background-position
CSS3 background-position issue with Safari only

The following code renders well in IE9, FireFox, Chrome, but not in Safari: .search-choice { position: relative; background-clip : padding-box; background-image: url(…

css layout safari background-position
backgroundPositionX not working on Firefox

I have play with youtube's sprite animation but there is a problem. backgroundPositionX won't work under Firefox (but works on …

javascript css firefox animation background-position