I currently have an unordered list where the list items are displayed inline.
There could be so many list items in the list that they overflow the container div - these are hidden.
I need to implement a feature where if the user hovers over the right hand side of the div, the overflowing items scroll into view, and then the opposite for the left hand side.
Ideally in jQuery - I've tried using .animate but couldn't get this to work.
Any ideas?
There could be so many list items in the list that they overflow the container div - these are hidden.
I need to implement a feature where if the user hovers over the right hand side of the div, the overflowing items scroll into view, and then the opposite for the left hand side.
Ideally in jQuery - I've tried using .animate but couldn't get this to work.
Any ideas?