I have created a Marquee in my HTML with
<marquee behavior="alternate" scrollamount="1" width="400">
</marquee>
And it's working fine.
But I would like to add arrows to this marquee so allow the user to the contents to move left/right
faster.
I've been attempting to use scroll bars but doesn't seem like the best solution as the scroll width will have to be smaller than marquee width for it to work.
Any solutions.