I\'m creating these overlay previous and next arrows, like the ones on this website - http://www.usatoday.com
And the problem I\'m getting is in Chrome, the arrows w
According to this article http://css-tricks.com/forums/topic/fixed-position-z-index-does-not-work-in-chrome/ you can't use Z-index on background images which could be part of the issue there's an example on that post that may help you it's also here: http://codepen.io/anon/pen/iKljy ( you have to sign up for an account to see it, but it looks like it could help you).
I used cjspurg method and it worked. Thanks again!
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);