I have a list of items that will scroll up or down with a jcarousel whenever I hover the arrows. The list of items has links that need to be linked.
This is what I want to achieve: I need to extend the hover area of the arrows so that the list will scroll as soon as the cursor is in the colored area. I achieve this easily just changing the size of the arrows (they are absolute positioned) and having them on top of the list but my problem is that I can't get my links to work because the arrows containers are just on top of them.
Edit: I was going to make a fiddle but it didn't seem to work with jcarousel. This is what I have so far: Link to website