Is there a way to simultaneously change the background position and display an image in front of it?
My current solution involves using a second div with padding to center it, but when I hover over the padding of the first div, the image does not change.
#contentright {
height: 58px;
width: 256px;
overflow:hidden;}
I have created a fiddle to demonstrate my issue. JSFIDDLE
Any suggestions on how to resolve this? Thanks!