This seems like a strange issue and I hope that I just overlooked something but I have a link with a background image that is positioned just to the left of it. The style below works fine in a desktop browser and on an Android browsers, but it doesn't seem to effect the position in mobile safari.
.load-more-link.ajax-spinner {
background: url(images/ajax-loader-dark.gif) no-repeat 20%;
margin: 0 auto;
width: 200px;
}
Am I overlooking something or has anyone run into similar issues? How can I position this background image in mobile safari?
20% 0
to be X20% Y0 and test again. – RaphaelDDL Jun 4 '13 at 20:32