pcproff
pcproff

Reputation: 622

Jquery scroller based on mouse position

So I have looked at jquery hover and this is all well and great but how can I use a list into this? The example that the previous user uses is all image backgrounds.

Im not sure if the is in the right place.

<div class="backdrop">
 <ul id="year"></ul>
<div class="direction left"></div>
<div class="direction right"></div>

jsfiddle

Upvotes: 0

Views: 123

Answers (1)

pcproff
pcproff

Reputation: 622

Since I could not change background position on <ul><li> I decided to use margin here if my solution.

Upvotes: 2

Related Questions