Is there a way to set multiple background-position properties for a single element? Depending on the state of a link (pressed/hover/default), I need to both change the X and Y values of the image being displayed.
I'd like to have the Y values static in my CSS files, while the X position needs to change per each element in my nav bar (which the links go in).
Is there a way to do this? Looking online, I haven't found a way to set just the top or just the left parameter for background-position.