Change background position via separate link

Change background position via separate link

I'm trying to change the background-position of DIV1 (a separate tag) when the following tag is hovered

<li class="end"><a href="tutorials" title="">test</a></li>

Is this possible?

Does anyone have any examples?

Erik